mirror of
https://github.com/cc65/cc65.git
synced 2025-03-21 05:31:08 +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
@ -334,6 +334,10 @@ void Compile (const char* FileName)
|
||||
strftime (TimeStr, sizeof (TimeStr), "\"%H:%M:%S\"", TM);
|
||||
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