m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/m4/syntax.c,v


From: Eric Blake
Subject: Changes to m4/m4/syntax.c,v
Date: Sat, 22 Jul 2006 19:23:06 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/07/22 19:23:04

Index: m4/syntax.c
===================================================================
RCS file: /sources/m4/m4/m4/syntax.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- m4/syntax.c 17 Jul 2006 12:37:21 -0000      1.15
+++ m4/syntax.c 22 Jul 2006 19:23:04 -0000      1.16
@@ -1,5 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989, 90, 91, 92, 93, 94, 2002, 2004 Free Software 
Foundation, Inc.
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2002, 2004, 2006 Free
+   Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -19,7 +20,8 @@
 
 #include "m4private.h"
 
-/*#define DEBUG_SYNTAX /* Define this to see runtime debug info.  */
+/* Define this to see runtime debug info.  Implied by DEBUG.  */
+/*#define DEBUG_SYNTAX */
 
 /* THE SYNTAX TABLE
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]