tools/pas2c/PascalPreprocessor.hs
branchwebgl
changeset 9966 01e198990211
parent 9199 9ed29795d2a3
child 9982 24ea101fdc7f
equal deleted inserted replaced
9964:12b0ed9910cd 9966:01e198990211
    19 
    19 
    20 
    20 
    21 initDefines = Map.fromList [
    21 initDefines = Map.fromList [
    22     ("FPC", "")
    22     ("FPC", "")
    23     , ("PAS2C", "")
    23     , ("PAS2C", "")
       
    24     , ("DEBUGFILE", "")
    24 --    , ("WEBGL", "")
    25 --    , ("WEBGL", "")
    25 --    , ("AI_MAINTHREAD", "")
    26 --    , ("AI_MAINTHREAD", "")
    26     , ("ENDIAN_LITTLE", "")
    27     , ("ENDIAN_LITTLE", "")
    27     ]
    28     ]
    28 
    29