wireshark/tools/lemon
Guy Harris b4971b39bf From Joerg Mayer:
In the "configure.in" files, add

		-D_U_="__attribute__((unused))"

	to CFLAGS if we're using GCC, and add

		-D_U_=""

	otherwise, so _U_ can be used to mark arguments as unused.

Add -D_U_="" arguments to the Makefile.nmake files as well, so _U_ works
with Microsoft Visual C++ as well.

Add comments and RCS IDs to the Makefile.nmake files that don't already
have them.

svn path=/trunk/; revision=4824
2002-02-27 09:42:52 +00:00
..
.cvsignore From Motonori Shindo: have CVS ignore some files generated by Win32 2001-10-04 21:08:11 +00:00
Makefile.am Move the location of cppmagic.h, since the lemon-flex include files 2001-02-27 20:34:09 +00:00
Makefile.nmake From Joerg Mayer: 2002-02-27 09:42:52 +00:00
README Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
cppmagic.h Move the location of cppmagic.h, since the lemon-flex include files 2001-02-27 20:34:09 +00:00
lemon.c Fix up some type/size problems that showed up when compiling on Digital 2002-01-30 22:55:15 +00:00
lemon.html Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
lemonflex-head.inc Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
lemonflex-tail.inc Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
lempar.c More prototype fun - make the Lemon parser allocate and free routines 2001-02-15 06:22:46 +00:00

README

$Id: README,v 1.1 2001/02/01 20:21:25 gram Exp $

The Lemon Parser Generator's home page is:

http://www.hwaci.com/sw/lemon/index.html

The file in this directory, lemon.html, was obtained from:

http://www.hwaci.com/sw/lemon/lemon.html

lemon.c has been modified to include the t= and d= command-line
arguments. The changes were submitted to the Lemon maintainer,
but have not appeared in the official Lemon distribution.