Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf avoid '# define', this is processed by cpp



details:   https://anonhg.NetBSD.org/src/rev/4da175a96f3d
branches:  trunk
changeset: 521256:4da175a96f3d
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jan 27 11:07:38 2002 +0000

description:
avoid '# define', this is processed by cpp

diffstat:

 sys/arch/amiga/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d62283aa1825 -r 4da175a96f3d sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sun Jan 27 10:52:31 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sun Jan 27 11:07:38 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.169 2002/01/27 10:52:31 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.170 2002/01/27 11:07:38 jdolecek Exp $
 #
 # GENERIC machine description file
 #
@@ -34,7 +34,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.169 $"
+#ident                 "GENERIC-$Revision: 1.170 $"
 
 #ifdef INSTALL_CONFIGURATION
 makeoptions    COPTS="-Os"
@@ -205,7 +205,7 @@
 #options       NKPTADD=4       # set this for 4 additional KPT pages
 #options       NKPTADDSHIFT=24 # set this for 1 additional KPT page
                                # per 16 MB (1<<24 bytes) of RAM
-                               # define and decrease this, or define and
+                               # uncomment and decrease this, or uncomment and
                                # increase NKPTADD if you get "out of PT pages"
                                # panics.
 



Home | Main Index | Thread Index | Old Index