Changed names of the pragmas to be identical to the corresponding command line

options. This should make use easier. The old names of the pragmas are still
available but will cause warnings.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4364 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-10-14 12:55:15 +00:00
parent 869a1369c4
commit ed2767e65f
8 changed files with 179 additions and 106 deletions

View File

@@ -34,7 +34,7 @@
#endif
/* Use static local variables for speed */
#pragma staticlocals (1);
#pragma static-locals (1);
@@ -90,7 +90,7 @@ int main (void)
clrscr ();
/* Load the graphics driver */
/* Load the graphics driver */
cprintf ("initializing... mompls\r\n");
tgi_load_driver (tgi_stddrv);
err = tgi_geterror ();