Removed all warnings from as and link
[fw/sdcc] / link / z80 / aslink.h
index 6fcf998013c6a40177d946ab2571044f32ec8694..9ef08c54ea233d437aadf8567f6c0a101109b9f3 100644 (file)
@@ -89,7 +89,8 @@
 #define        HMASK   077             /* Hash mask */
 #define        NLPP    60              /* Lines per page */
 #define        NTXT    16              /* T values */
-#define        FILSPC  80              /* File spec length */
+/** PENDING: Taking this to 256 causes a segfault. */
+#define        FILSPC  100             /* File spec length */
 
 /*
  *     The "R_" relocation constants define values used in
 /*
  * File types
  */
+#define F_INV  0               /* invalid */
 #define        F_STD   1               /* stdin */
 #define        F_LNK   2               /* File.lnk */
 #define        F_REL   3               /* File.rel */
@@ -711,3 +713,8 @@ extern      VOID            s19();
 
 /* lkihx.c */
 extern VOID            ihx();
+
+/* lkgb.h */
+VOID gb(int in);
+VOID gg(int in);
+