Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ascend-int.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 10 Oct 1999 13:16:51 -0500 (CDT)
guy         1999/10/10 13:16:47 CDT

  Modified files:
    wiretap              ascend-int.h 
  Log:
  The #defines to turn "yy{lex,error}" into names specific to the
  parser/lexical analyzer in question are needed only in the ".c" files
  for the generated parser and lexical analyzer, and Flex and Byacc/Bison
  put them there; don't bother putting them in a header file, just
  directly declare the functions with the right names.
  
  Revision  Changes    Path
  1.3       +2 -11     ethereal/wiretap/ascend-int.h