tools/pas2c/PascalPreprocessor.hs
branchwebgl
changeset 8020 00b1facf2805
parent 7969 7fcbbd46704a
child 8330 aaefa587e277
--- a/tools/pas2c/PascalPreprocessor.hs	Sun Nov 11 15:14:18 2012 +0100
+++ b/tools/pas2c/PascalPreprocessor.hs	Sun Nov 11 16:44:40 2012 +0100
@@ -15,9 +15,12 @@
         , (try $ string "//") >> manyTill anyChar (try newline) >> return "\n"
         ]
 
+
 initDefines = Map.fromList [
     ("FPC", "")
     , ("PAS2C", "")
+--    , ("WEBGL", "")
+--    , ("AI_MAINTHREAD", "")
     , ("ENDIAN_LITTLE", "")
     , ("S3D_DISABLED", "")
     ]