aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
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>