aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-31 19:34:46 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-31 19:34:46 +0000
commit841b4762ec56805fe276aa95493814f58f217c6f (patch)
tree42921528d211bfdf384e8306e15d2eb6439b7818 /wiretap
parente5e89164b63382cc05e5068b52f020178f1f140b (diff)
Move the initial comment inside the first "%{", so that it shows up in
the generated parser, so that "ident" will tell you from which version of the grammar that parser was generated. svn path=/trunk/; revision=956
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ascend-grammar.y5
1 files changed, 2 insertions, 3 deletions
diff --git a/wiretap/ascend-grammar.y b/wiretap/ascend-grammar.y
index b4ec77001a..6a5dcbc168 100644
--- a/wiretap/ascend-grammar.y
+++ b/wiretap/ascend-grammar.y
@@ -1,6 +1,7 @@
+%{
/* ascend-grammar.y
*
- * $Id: ascend-grammar.y,v 1.7 1999/10/27 17:07:08 guy Exp $
+ * $Id: ascend-grammar.y,v 1.8 1999/10/31 19:34:46 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -48,8 +49,6 @@ WD_DIALOUT_DISP: chunk 2515EE type IP.
*/
-%{
-
#include <stdio.h>
#include <stdlib.h>
#include <time.h>