From 6543524ac50b91694b5ee0b3c2bb83734778fcdc Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 9 May 1995 13:13:29 +0000 Subject: Fix nested comments for -Wcomment warnings. --- usr.bin/msgs/msgs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/msgs') diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index c7bde8a..0c16608 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -64,9 +64,9 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; #define V7 /* will look for TERM in the environment */ #define OBJECT /* will object to messages without Subjects */ -/* #define REJECT /* will reject messages without Subjects +/* #define REJECT */ /* will reject messages without Subjects (OBJECT must be defined also) */ -/* #define UNBUFFERED /* use unbuffered output */ +/* #define UNBUFFERED *//* use unbuffered output */ #include #include -- cgit v1.1