Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ascend-scanner.l 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: Wed, 24 Nov 1999 13:29:52 -0600 (CST)
guy         1999/11/24 13:29:49 CST

  Modified files:
    wiretap              ascend-scanner.l ascend-int.h 
  Log:
  Don't define "pseudo_header" in "ascend-scanner.l", as that may cause
  warnings about multiple declaration of "pseudo_header" as a common.
  Instead, define it only in "ascend-grammar.y", and declare it in
  "ascend-int.h" as an "extern".
  
  Revision  Changes    Path
  1.9       +1 -3      ethereal/wiretap/ascend-scanner.l
  1.4       +6 -1      ethereal/wiretap/ascend-int.h