summaryrefslogtreecommitdiff
path: root/rsc/inc/rsclex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsclex.hxx')
-rw-r--r--rsc/inc/rsclex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rsclex.hxx b/rsc/inc/rsclex.hxx
index 690b67a8871b..0e1fcf3dd792 100644
--- a/rsc/inc/rsclex.hxx
+++ b/rsc/inc/rsclex.hxx
@@ -92,7 +92,7 @@ class ObjectStack
};
/****************** F o r w a r d s **************************************/
-#if defined ( SOLARIS )
+#if defined(__sun)
extern "C" int yyparse(); // forward Deklaration fuer erzeugte Funktion
extern "C" void yyerror( const char * );
extern "C" int yylex();