Magellan Linux

Annotation of /trunk/libidl/patches/libidl-0.8.10-flex-2.5.34-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 488 - (hide annotations) (download)
Thu Feb 14 13:33:11 2008 UTC (16 years, 3 months ago) by niro
File size: 311 byte(s)
-fixes build issues with flex-2.5.34

1 niro 488 flex-2.5.34 seems to be more pedantic, and craps out when it comes to %p
2    
3     --- libIDL-0.8.9/lexer.l~ 2007-01-01 23:41:34.000000000 +0000
4     +++ libIDL-0.8.9/lexer.l 2008-01-04 19:29:16.000000000 +0000
5     @@ -113,7 +113,7 @@
6     sqstring \'[^\'\n]*[\'\n]
7     dqstring \"[^\"\n]*[\"\n]
8    
9     -%p 5000
10     +%pointer 5000
11    
12     %s XP
13