aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/config.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-01 12:29:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-01 12:29:00 +0000
commitbddc60b42c693f94f275a71e4321b0c3cbe18c73 (patch)
tree56c2368446521069d811e7d10ac7112cdc7f4e45 /bin/csh/config.h
parentb8b5f4629faee3e468bec04a3381bf29e5a4922d (diff)
downloadsrc-bddc60b42c693f94f275a71e4321b0c3cbe18c73.tar.gz
src-bddc60b42c693f94f275a71e4321b0c3cbe18c73.zip
Fix a "#ifdef" where a comparison operator was used.
GCC 2.96 does not like this.
Notes
Notes: svn path=/head/; revision=69476
Diffstat (limited to 'bin/csh/config.h')
-rw-r--r--bin/csh/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h
index 836e5d4e87d4..76064f911018 100644
--- a/bin/csh/config.h
+++ b/bin/csh/config.h
@@ -135,7 +135,7 @@
/*
* _PATH_TCSHELL if you've change the installation location (vix)
*/
-# ifdef _BSDI_VERSION >= 199701
+# if _BSDI_VERSION >= 199701
# define _PATH_TCSHELL "/bin/tcsh"
/* # undef SYSMALLOC */
# define SYSMALLOC