You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
375 B
12 lines
375 B
13 years ago
|
--- sdcc/as/z80/asm.h 2007-12-30 16:49:53.000000000 -0600
|
||
|
+++ sdcc.orig/as/z80/asm.h 2007-12-30 16:49:14.000000000 -0600
|
||
|
@@ -65,7 +65,7 @@
|
||
|
#define RTTERM ')' /* Right expression delimeter */
|
||
|
|
||
|
#ifdef SDK
|
||
|
-#define NCPS 80 /* characters per symbol */
|
||
|
+#define NCPS 32 /* characters per symbol */
|
||
|
#else /* SDK */
|
||
|
#define NCPS 8 /* Chars. per symbol */
|
||
|
#endif /* SDK */
|