Undefines local defines and moves global to __define (#16028)

* first set of defines

* some more

* .

* final defines

* del local define
This commit is contained in:
Kashargul
2024-06-09 09:29:20 +02:00
committed by GitHub
parent 951cdf17b4
commit 6cabe9f7e6
85 changed files with 329 additions and 131 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