Move the copyright notice and the config.h include to the top of the
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 Jun 2011 21:13:40 +0000 (21:13 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 Jun 2011 21:13:40 +0000 (21:13 +0000)
file so that we have the proper definitions in place for large file
support on Solaris (bug 6102).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37635 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/ascend_scanner.l

index 69ad4f1bbdc4187dfe0af644b58234d85008b0ee..9664892836098d7cbf8c2c568e76bc3bcd2e0499 100644 (file)
@@ -9,8 +9,8 @@
  */
 %option prefix="ascend"
 
-%{
-/* ascend_scanner.l
+%top{
+/* Generated from ascend_scanner.l
  *
  * $Id$
  *
@@ -35,7 +35,9 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+}
 
+%{
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>