mirror of
https://github.com/cc65/cc65.git
synced 2025-03-26 07:34:25 +00:00
Added the __STDC_HOSTED__ macro.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4349 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b55419af59
commit
07c25db768
@ -335,6 +335,10 @@ void Compile (const char* FileName)
|
||||
DefineTextMacro ("__DATE__", DateStr);
|
||||
DefineTextMacro ("__TIME__", TimeStr);
|
||||
|
||||
/* Other standard macros */
|
||||
/* DefineNumericMacro ("__STDC__", 1); <- not now */
|
||||
DefineNumericMacro ("__STDC_HOSTED__", 1);
|
||||
|
||||
/* Initialize the literal pool */
|
||||
InitLiteralPool ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user