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/dig/dig.c | 4 ++-- usr.bin/msgs/msgs.c | 4 ++-- usr.bin/tip/libacu/multitech.c | 2 +- usr.bin/tip/libacu/unidialer.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/dig/dig.c b/usr.bin/dig/dig.c index ed85b26..705483c 100644 --- a/usr.bin/dig/dig.c +++ b/usr.bin/dig/dig.c @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "$Id: dig.c,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $"; +static char rcsid[] = "$Id: dig.c,v 1.2 1994/09/22 21:51:49 pst Exp $"; #endif /* @@ -89,7 +89,7 @@ static char rcsid[] = "$Id: dig.c,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $"; * in order to disclaim liability and warranty). * * Paul Vixie, Palo Alto, CA, April 1993 - **************************************************************************** + ****************************************************************************/ /******************************************************************* ** DiG -- Domain Information Groper ** 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 diff --git a/usr.bin/tip/libacu/multitech.c b/usr.bin/tip/libacu/multitech.c index 44ee6c2..85cd343 100644 --- a/usr.bin/tip/libacu/multitech.c +++ b/usr.bin/tip/libacu/multitech.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)multitech.c 8.1 (Berkeley) 6/6/93"; #include -/* #define DEBUG /**/ +/* #define DEBUG */ #define MAXRETRY 5 /* Configuration diff --git a/usr.bin/tip/libacu/unidialer.c b/usr.bin/tip/libacu/unidialer.c index 889a0f3..0a1f00c 100644 --- a/usr.bin/tip/libacu/unidialer.c +++ b/usr.bin/tip/libacu/unidialer.c @@ -52,7 +52,7 @@ static char sccsid[] = "@(#)unidialer.c 8.1 (Berkeley) 6/6/93"; #include "acucommon.h" #include "tod.h" -/* #define DEBUG /**/ +/* #define DEBUG */ #define MAXRETRY 5 typedef enum -- cgit v1.1