HPCC 13065 fix empty esdl statemnt core Reviewed-By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -995,6 +995,10 @@ Param
CurParam->flags |= PF_IN;
}
|
+ {
+ //There was no Param, make sure CurParam is nulled out
+ CurParam = NULL;
+ }
;
TypeModifiers