wireshark/tools/lemon
Gerald Combs 62d87b6cad tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enables
-Werror here but Autotools doesn't. Which is correct?)

epan/dissectors/dcerpc: idl2wrs isn't an installed executable in
Autotools so don't make it one in CMake.

svn path=/trunk/; revision=49871
2013-06-10 18:55:03 +00:00
..
CMakeLists.txt Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back off 2012-09-21 01:42:03 +00:00
Makefile.am Followup to r45034: Don't define _U_ on the compile line, pull it in from 2012-09-21 21:29:18 +00:00
Makefile.nmake Followup to r45034: Don't define _U_ on the compile line, pull it in from 2012-09-21 21:29:18 +00:00
README
cppmagic.h
lemon.c tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enables 2013-06-10 18:55:03 +00:00
lemon.html
lemonflex-head.inc
lemonflex-tail.inc
lempar.c Make the minimum supported GLib version 2.16. 2013-05-20 17:27:05 +00:00

README

$Id$

The Lemon Parser Generator's home page is:

http://www.hwaci.com/sw/lemon/index.html
Lemon seems now to be maintaned at :
http://www.sqlite.org/

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.