mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
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:
@@ -308,3 +308,8 @@ See Also:
|
||||
*/
|
||||
/n_Parser/nS_Parser/proc/ParseParamExpression()
|
||||
return ParseExpression(list(",", ")"))
|
||||
|
||||
#undef OPERATOR
|
||||
#undef VALUE
|
||||
#undef SHIFT
|
||||
#undef REDUCE
|
||||
|
||||
Reference in New Issue
Block a user