Wireshark-commits: [Wireshark-commits] rev 36832: /trunk/epan/dfilter/ /trunk/epan/dfilter/: scanne

Date: Sat, 23 Apr 2011 17:56:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36832

User: guy
Date: 2011/04/23 10:56 AM

Log:
 Try putting the include of config.h at the top of the generated scanner,
 so that the config.h definitions are available before we include
 anything else; that way, for example, anything defined to enable
 large-file support will be defined before we include any system header
 files that might depend on it.

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +19 -17    scanner.l     Modified