tools/PascalPreprocessor.hs
changeset 7429 fcf13e40d6b6
parent 7315 59b5b19e6604
child 7762 d2fd8040534f
--- a/tools/PascalPreprocessor.hs	Wed Jul 25 10:56:14 2012 -0400
+++ b/tools/PascalPreprocessor.hs	Wed Jul 25 10:57:00 2012 -0400
@@ -18,6 +18,8 @@
 initDefines = Map.fromList [
     ("FPC", "")
     , ("PAS2C", "")
+    , ("ENDIAN_LITTLE", "")
+    , ("S3D_DISABLED", "")
     ]
 
 preprocess :: String -> IO String