]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
uip/mhparse.c: Fix body starting a byte too soon when no blank line.
[nmh] / sbr / fmt_compile.c
index b0ce64626b7a1a7fd721a05d4096ffe03b98ec3e..6173be33438385f025796c5f6b6a725529493f90 100644 (file)
@@ -296,9 +296,8 @@ static struct colormap colortable[] = {
        wantcomp[i] = cm; \
        } while (0)
 
-#define NEWFMT (next_fp++)
 #define NEW_FP(type,fill,wid) do {\
-       fp=NEWFMT; fp->f_type=(type); fp->f_fill=(fill); fp->f_width=(wid); \
+       fp=next_fp++; fp->f_type=(type); fp->f_fill=(fill); fp->f_width=(wid); \
        } while (0)
 
 /* Add (possibly new) component to the hash table */