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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user