Simply avoid warnings of modern gcc
[enscript.git] / src / gsint.h
index 3c2527ade2924e0de87f28e099b8012087da505f..936cc7d8c76eb577a81343ea4c4ca9b919448118 100644 (file)
@@ -130,7 +130,7 @@ extern double atan2 ___P ((double, double));
   (('0' <= (ch) && (ch) <= '9') || (ch) == '.' || (ch) == '-' || (ch) == '+')
 
 /* Return the width of the character <ch> */
-#define CHAR_WIDTH(ch) (font_widths[(unsigned char) (ch)])
+#define FNT_CHAR_WIDTH(ch) (font_widths[(unsigned char) (ch)])
 
 /* Current point y movement from line to line. */
 #define LINESKIP (Fpt.h + baselineskip)