m4-commit
[Top][All Lists]
Advanced

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

m4 ChangeLog m4/input.c m4/m4private.h m4/modul...


From: Gary V. Vaughan
Subject: m4 ChangeLog m4/input.c m4/m4private.h m4/modul...
Date: Mon, 17 Jul 2006 12:37:22 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Gary V. Vaughan <gary>  06/07/17 12:37:21

Modified files:
        .              : ChangeLog 
        m4             : input.c m4private.h module.c output.c path.c 
                         symtab.c syntax.c 
        src            : stackovf.c 

Log message:
        Ensure M4 compiles correctly with -DDEBUG, and use a single
        consistent definition of various /DEBUG_[A-Z]+/ symbols:
        
        * m4/input.c: Have commented out out DEBUG_INPUT only by default.
        (m4_print_token): Use m4_get_symbol_value_text and
        m4_get_symbol_value_func calls instead of obsolescent VALUE_TEXT
        and VALUE_FUNC respectively.
        (m4__next_token): Use m4_print_token call instead of obsolescent
        print_token symbol.
        * m4/module.c: Have commented out out DEBUG_MODULE only by default.
        * m4/output.c: Similarly for DEBUG_OUTPUT.
        * m4/path.c: Similarly for DEBUG_INCL.
        * m4/symtax.c: Similarly for DEBUG_SYM.
        * m4/syntax.c: Similarly for DEBUG_SYNTAX.
        * src/stackovf.c: Similarly for DEBUG_STACKOVF.
        * m4/m4private.h (DEBUG): Add DEBUG_OUTPUT and DEBUG_STACKOVF to
        preprocessor macros defined with -DDEBUG compiles.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&r1=1.333&r2=1.334
http://cvs.savannah.gnu.org/viewcvs/m4/m4/input.c?cvsroot=m4&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/m4/m4/m4private.h?cvsroot=m4&r1=1.49&r2=1.50
http://cvs.savannah.gnu.org/viewcvs/m4/m4/module.c?cvsroot=m4&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/m4/m4/output.c?cvsroot=m4&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/m4/m4/path.c?cvsroot=m4&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/m4/m4/symtab.c?cvsroot=m4&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/m4/m4/syntax.c?cvsroot=m4&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/m4/src/stackovf.c?cvsroot=m4&r1=1.16&r2=1.17




reply via email to

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