[MIRROR] Undefines local defines and moves global to __define (#8502)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-06-09 09:26:41 -07:00
committed by GitHub
parent 130155c90d
commit 15863e00f8
85 changed files with 325 additions and 127 deletions
@@ -307,3 +307,6 @@ S - The scope the variable resides in. If it is null, a scope with the varia
//TODO: check for invalid name
S.variables["[name]"] = value
#undef RETURNING
#undef BREAKING
#undef CONTINUING
@@ -308,3 +308,8 @@ See Also:
*/
/n_Parser/nS_Parser/proc/ParseParamExpression()
return ParseExpression(list(",", ")"))
#undef OPERATOR
#undef VALUE
#undef SHIFT
#undef REDUCE
@@ -271,3 +271,4 @@ Reads a comment and outputs the type of comment
if(comm == 2)
errors+=new/scriptError/UnterminatedComment()
#undef COL