Explorar el Código

pastojs: fixed compile

git-svn-id: trunk@41132 -
Mattias Gaertner hace 6 años
padre
commit
ff67b59388
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/pastojs/src/pas2jsfiler.pp

+ 2 - 1
packages/pastojs/src/pas2jsfiler.pp

@@ -207,7 +207,8 @@ const
     'Macro',
     'ScopedEnums',
     'ObjectChecks',
-    'PointerMath'
+    'PointerMath',
+    'Goto'
     );
 
   PCUDefaultConverterOptions: TPasToJsConverterOptions = [coUseStrict];