Fix a "#ifdef" where a comparison operator was used.

GCC 2.96 does not like this.
This commit is contained in:
David E. O'Brien 2000-12-01 12:29:00 +00:00
parent b8b5f4629f
commit bddc60b42c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69476
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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