Add $IdPath$.

svn path=/trunk/yasm/; revision=564
0.3
Peter Johnson 23 years ago
parent 6e27d3d90e
commit 111a36f0b2
  1. 3
      tools/lemon/README
  2. 3
      tools/lemon/lemon.c
  3. 2
      tools/lemon/lempar.c

@ -1,4 +1,5 @@
$Id: README,v 1.1 2002/04/07 19:13:05 peter Exp $
$IdPath$
$Id: README,v 1.2 2002/04/07 19:58:57 peter Exp $
The Lemon Parser Generator's home page is:

@ -25,7 +25,8 @@
** drh@acm.org
** http://www.hwaci.com/drh/
**
** $Id: lemon.c,v 1.3 2002/04/07 19:57:32 peter Exp $
** $IdPath$
** $Id: lemon.c,v 1.4 2002/04/07 19:58:57 peter Exp $
*/
#include <stdio.h>
#include <stdarg.h>

@ -17,6 +17,8 @@
** Boston, MA 02111-1307, USA.
**
** Modified 1997 to make it suitable for use with makeheaders.
**
** $IdPath$
*/
/* First off, code is include which follows the "include" declaration
** in the input file. */

Loading…
Cancel
Save