Skip to content

Commit a9a3932

Browse files
committed
add 'alias' as restricted name, update pjass, fixes #1013
1 parent 1877083 commit a9a3932

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/RestrictedCompressedNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class RestrictedCompressedNames {
55
"Sin", "Cos", "Tan", "Pow", "I2R", "R2I", "I2S", "R2S", "S2I", "S2R",
66
"And", "Or", "Not", "or", "and", "not", "if", "set", "loop", "endif",
77
"endfunction", "endloop", "globals", "endglobals", "local", "call", "debug",
8-
"main", "config"};
8+
"main", "config", "alias"};
99

1010
public static boolean contains(String s) {
1111
for (String name : names) {
97.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)