summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-09-18 13:39:53 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-09-18 13:39:53 +0000
commit982c37e68b050a3e8217f85d986f1af8f663dd6f (patch)
tree3c5f41731bf210b1978c859ba3bb46e391340eba /usr.bin
parent5b5c4e9216729cfa42529d89bc47bf31b6381330 (diff)
slightly buggy macros
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/m4/mdef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h
index f61548d8297..5a51945e42d 100644
--- a/usr.bin/m4/mdef.h
+++ b/usr.bin/m4/mdef.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mdef.h,v 1.19 2001/09/17 08:11:13 espie Exp $ */
+/* $OpenBSD: mdef.h,v 1.20 2001/09/18 13:39:52 espie Exp $ */
/* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */
/*
@@ -173,7 +173,7 @@ struct input_file {
enlarge_stack();\
mstack[sp].sfra = (x); \
sstack[sp] = 0; \
- } while (0);
+ } while (0)
#define pushs(x) \
do { \
@@ -181,7 +181,7 @@ struct input_file {
enlarge_stack();\
mstack[sp].sstr = (x); \
sstack[sp] = 1; \
- } while (0);
+ } while (0)
#define pushs1(x) \
do { \
@@ -189,7 +189,7 @@ struct input_file {
enlarge_stack();\
mstack[sp].sstr = (x); \
sstack[sp] = 0; \
- } while (0);
+ } while (0)
/*
* . .