Skip to content

Commit

Permalink
Export parameterized goal parameters by default #162
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 9, 2024
1 parent bbfd2ec commit a475969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makesure.awk
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ function instantiate(goal,args,newArgs, i,j,depArg,depArgType,dep,goalNameInst
copyKey(goal, goalNameInstantiated, GoalToLib)

for (i in args)
argsCode = addL(argsCode, i "=" quoteArg(args[i]))
argsCode = addL(argsCode, i "=" quoteArg(args[i]) ";export " i)

CodePre[goalNameInstantiated] = addL(CodePre[goalNameInstantiated], argsCode)
if (goalNameInstantiated in ReachedIf)
Expand Down

0 comments on commit a475969

Please sign in to comment.