diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 13:11:31 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 20:17:26 +0100 |
commit | 644ee4816ce7fbb59745c4cd2264c9f31d8483fe (patch) | |
tree | ab0e1580f50538eecf5853491ff4aff36457467d /rsc/source/parser/rsclex.cxx | |
parent | b2bf8c258281feabbe3933b61a4d3397d220852f (diff) |
Remove SCO support
Diffstat (limited to 'rsc/source/parser/rsclex.cxx')
-rw-r--r-- | rsc/source/parser/rsclex.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx index 8cd95c7296c8..a6943ea1b0cd 100644 --- a/rsc/source/parser/rsclex.cxx +++ b/rsc/source/parser/rsclex.cxx @@ -295,7 +295,7 @@ int MakeToken( YYSTYPE * pTokenVal ){ return( c1 ); } -#if defined( RS6000 ) || defined( SCO ) +#if defined( RS6000 ) extern "C" int yylex() #else int yylex() @@ -314,7 +314,7 @@ int yylex() /****************** yyerror **********************************************/ #ifdef RS6000 extern "C" void yyerror( char* pMessage ) -#elif defined SCO || defined SOLARIS +#elif defined SOLARIS extern "C" void yyerror( const char* pMessage ) #else void yyerror( char* pMessage ) |