summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rsclex.hxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-13 11:04:06 +0100
committersb <sb@openoffice.org>2009-11-13 11:04:06 +0100
commitfe537060e40a6d0c5411a800fd5c518d04a6209c (patch)
treefbc9591405cee3d833baac26176e1e054a368e83 /rsc/source/parser/rsclex.hxx
parent5b02669977cb28db248ba68f5d4e9af68d001f38 (diff)
sb116: #i106845# removed obsolete IRIX port
Diffstat (limited to 'rsc/source/parser/rsclex.hxx')
-rw-r--r--rsc/source/parser/rsclex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/parser/rsclex.hxx b/rsc/source/parser/rsclex.hxx
index 89feed4dd132..63afd0b208c7 100644
--- a/rsc/source/parser/rsclex.hxx
+++ b/rsc/source/parser/rsclex.hxx
@@ -107,7 +107,7 @@ class ObjectStack {
extern "C" int yyparse(); // forward Deklaration fuer erzeugte Funktion
extern "C" void yyerror( char * );
extern "C" int yylex( void );
-#elif defined( HP9000 ) || defined( SCO ) || defined ( IRIX ) || defined ( SOLARIS )
+#elif defined( HP9000 ) || defined( SCO ) || defined ( SOLARIS )
extern "C" int yyparse(); // forward Deklaration fuer erzeugte Funktion
extern "C" void yyerror( const char * );
extern "C" int yylex( void );