Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools/lemon lempar.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Feb 2001 00:22:47 -0600 (CST)
guy         2001/02/15 00:22:47 CST

  Modified files:
    tools/lemon          lempar.c 
  Log:
  More prototype fun - make the Lemon parser allocate and free routines
  take fully-prototyped function arguments with types appropriate to
  "g_malloc()" and "g_free()", and change the calls to the functions
  pointed to by those arguments not pass the extra __FILE__ and __LINE__
  arguments.
  
  Revision  Changes    Path
  1.2       +5 -5      ethereal/tools/lemon/lempar.c