Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am configure.in dfilter-grammar.y

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 11 Aug 1999 11:25:12 -0500 (CDT)
gram        1999/08/11 11:25:10 CDT

  Modified files:
    .                    Makefile.am configure.in 
                         dfilter-grammar.y 
  Removed files:
    .                    VERSION 
  Log:
  Modified the flex scanner to use symbols that start with "dfilter_"
  instead of "yy". (dfilter-grammar.y was modified to #define yylex as
  dfilter_lex).
  
  VERSION is no longer needed since the doc/Makefile now uses @VERSION@,
  passed to it from 'configure'.
  
  Revision  Changes    Path
  1.53      +4 -2      ethereal/Makefile.am
  1.37      +3 -1      ethereal/configure.in
  1.6       +3 -1      ethereal/dfilter-grammar.y