aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-06-09 21:13:40 +0000
committerGerald Combs <gerald@wireshark.org>2011-06-09 21:13:40 +0000
commita47485acd9e2f57255a169bb4608d6e617a44d0a (patch)
tree225c201e771460da4d31251740262729f5502b33 /wiretap
parent04f147f4fa268e5277899d4c133cbfac124aa4c1 (diff)
Move the copyright notice and the config.h include to the top of the
file so that we have the proper definitions in place for large file support on Solaris (bug 6102). svn path=/trunk/; revision=37635
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ascend_scanner.l6
1 files changed, 4 insertions, 2 deletions
diff --git a/wiretap/ascend_scanner.l b/wiretap/ascend_scanner.l
index 69ad4f1bbd..9664892836 100644
--- a/wiretap/ascend_scanner.l
+++ b/wiretap/ascend_scanner.l
@@ -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>