1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Macro expressions should be fully parenthesized! Fix the MAXMEM

definition although it would work as it was written.

options        "MAXMEM=(128*1024)"

Suggested by:	bde
This commit is contained in:
Nate Williams 1996-06-19 15:37:52 +00:00
parent 796d43185d
commit a85fadfc45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16511
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.266 1996/06/18 10:20:16 julian Exp $
# $Id: LINT,v 1.267 1996/06/18 23:21:28 nate Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -482,7 +482,7 @@ controller isa0
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options "MAXMEM=128*1024"
#options "MAXMEM=(128*1024)"
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.266 1996/06/18 10:20:16 julian Exp $
# $Id: LINT,v 1.267 1996/06/18 23:21:28 nate Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -482,7 +482,7 @@ controller isa0
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options "MAXMEM=128*1024"
#options "MAXMEM=(128*1024)"
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.266 1996/06/18 10:20:16 julian Exp $
# $Id: LINT,v 1.267 1996/06/18 23:21:28 nate Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -482,7 +482,7 @@ controller isa0
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options "MAXMEM=128*1024"
#options "MAXMEM=(128*1024)"
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE