Fix a "#ifdef" where a comparison operator was used.
GCC 2.96 does not like this.
This commit is contained in:
parent
b8b5f4629f
commit
bddc60b42c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user