diff options
Diffstat (limited to 'usr.bin/m4')
| -rw-r--r-- | usr.bin/m4/mdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index a886412012d8a..46ec643320ee7 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -170,7 +170,7 @@ struct input_file { * pushf() - push a call frame entry onto stack * pushs() - push a string pointer onto stack */ -#define gpbc() (bp > bufbase) ? (*--bp ? *bp : EOF) : \ +#define gpbc() (bp > bufbase) ? (*--bp ? (*bp & 0xFF) : EOF) : \ ((chscratch = obtain_char(infile+ilevel)) == '\n' && \ ++inlineno[ilevel], chscratch) #define pushf(x) \ |
