Hi,

as some of you seem to be troubled by problems with the development 
release of flex (2.5.31) shipping with current debian developement 
systems attached is a workaround which hopefully does not break other
builds. I want to do one or two more test to ensure this, after that I
will commit it to the main tree, but this has to wait until I have a 
windows and IRIX box tomorrow morning ;-)

regards,
  gerrit


Index: Source/System/FileIO/ScanParseSkel/OSGScanParseSkel.lpp
===================================================================
RCS file: /cvsroot/opensg/OpenSG/Source/System/FileIO/ScanParseSkel/OSGScanParseSkel.lpp,v
retrieving revision 1.1
diff -u -r1.1 OSGScanParseSkel.lpp
--- Source/System/FileIO/ScanParseSkel/OSGScanParseSkel.lpp	8 Aug 2003 06:30:46 -0000	1.1
+++ Source/System/FileIO/ScanParseSkel/OSGScanParseSkel.lpp	23 Jan 2004 15:21:30 -0000
@@ -90,6 +90,10 @@
 #pragma warning( disable : 193 810 177 279 111 )
 #endif
 
+#if !defined(yywrap)
+#define yywrap OSGScanParseSkel_wrap
+#endif
+
 %}
 
 %x NODE

Reply via email to