as: We use 16 char symbols in ld so we must match in as
authorAlan Cox <alan@linux.intel.com>
Wed, 15 Nov 2017 23:06:14 +0000 (23:06 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 15 Nov 2017 23:06:14 +0000 (23:06 +0000)
Applications/MWC/cmd/asz80/as.h

index 1d37c48..22840d1 100644 (file)
@@ -13,7 +13,7 @@
 /*
  * Table sizes, etc.
  */
-#define        NCPS                          /* # of characters in symbol */
+#define        NCPS    16                      /* # of characters in symbol */
 #define        NHASH   64                      /* # of hash buckets */
 #define        HMASK   077                     /* Mask for above */
 #define        NFNAME  32                      /* # of characters in filename */