Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys trim leading whitespace from an #error, shuts up war...



details:   https://anonhg.NetBSD.org/src/rev/1d98ac575a0f
branches:  trunk
changeset: 554503:1d98ac575a0f
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Oct 29 01:11:16 2003 +0000

description:
trim leading whitespace from an #error, shuts up warning from
makedepend.

diffstat:

 sys/sys/cdefs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61981b80fb39 -r 1d98ac575a0f sys/sys/cdefs.h
--- a/sys/sys/cdefs.h   Wed Oct 29 01:10:12 2003 +0000
+++ b/sys/sys/cdefs.h   Wed Oct 29 01:11:16 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdefs.h,v 1.49 2003/08/07 16:34:00 agc Exp $   */
+/*     $NetBSD: cdefs.h,v 1.50 2003/10/29 01:11:16 grant Exp $ */
 
 /*
  * Copyright (c) 1991, 1993
@@ -225,7 +225,7 @@
 #ifdef __lint__
 #define        __RENAME(x)     __symbolrename(x)
 #else
- #error "No function renaming possible"
+#error "No function renaming possible"
 #endif /* __lint__ */
 #endif /* __GNUC__ */
 #else /* _STANDALONE || _KERNEL */



Home | Main Index | Thread Index | Old Index