Module Name: src
Committed By: apb
Date: Tue Jul 14 20:57:22 UTC 2009
Modified Files:
src/sys/arch/sparc/dev: cgfourteen.c
Log Message:
Enclose the argument to #error in quotes, to protect an embedded single
quote. Part of PR 41255 from Kurt Lidl.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/sparc/dev/cgfourteen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/dev/cgfourteen.c
diff -u src/sys/arch/sparc/dev/cgfourteen.c:1.60 src/sys/arch/sparc/dev/cgfourteen.c:1.61
--- src/sys/arch/sparc/dev/cgfourteen.c:1.60 Tue May 26 03:31:12 2009
+++ src/sys/arch/sparc/dev/cgfourteen.c Tue Jul 14 20:57:22 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cgfourteen.c,v 1.60 2009/05/26 03:31:12 macallan Exp $ */
+/* $NetBSD: cgfourteen.c,v 1.61 2009/07/14 20:57:22 apb Exp $ */
/*
* Copyright (c) 1996
@@ -157,7 +157,7 @@
#endif
#if defined(RASTERCONSOLE) && (NWSDISPLAY > 0)
-#error You can't have it both ways - either RASTERCONSOLE or wsdisplay
+#error "You can't have it both ways - either RASTERCONSOLE or wsdisplay"
#endif
/*