summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-07 19:43:23 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-07 19:43:23 +0000
commit96b998cde61d97b2b6093c40807762235e1e4a5c (patch)
treedca62b7e22e79beb9cb38474c410ec1c2429497b /sys
parent91180a1aac45a09d48cd55119cf77e00e5a520e0 (diff)
Enclose comments after #endif in /* */ and #if 0 out this section
instead of commenting it out to avoid nested comments.
Diffstat (limited to 'sys')
-rw-r--r--sys/netiso/argo_debug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netiso/argo_debug.h b/sys/netiso/argo_debug.h
index c1e7e02c7c0..fb3ec0eb017 100644
--- a/sys/netiso/argo_debug.h
+++ b/sys/netiso/argo_debug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: argo_debug.h,v 1.2 1996/03/04 10:34:40 mickey Exp $ */
+/* $OpenBSD: argo_debug.h,v 1.3 1997/09/07 19:43:22 millert Exp $ */
/* $NetBSD: argo_debug.h,v 1.7 1996/02/13 22:07:57 christos Exp $ */
/*-
@@ -77,15 +77,15 @@ void Dump_buf __P((caddr_t, int));
#ifdef ARGO_DEBUG
-/*
+#if 0
#ifndef TPPT
#define TPPT
- #endif TPPT
+ #endif /* TPPT */
#ifndef TP_PERF_MEAS
#define TP_PERF_MEAS
- #endif TP_PERF_MEAS
-*/
+ #endif /* TP_PERF_MEAS */
+#endif
unsigned char argo_debug[128];