m4-commit
[Top][All Lists]
Advanced

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

m4 ./ChangeLog m4/input.c m4/m4module.h m4/m4pr...


From: Gary V. Vaughan
Subject: m4 ./ChangeLog m4/input.c m4/m4module.h m4/m4pr...
Date: Wed, 04 Jun 2003 06:56:33 -0400

CVSROOT:        /cvsroot/m4
Module name:    m4
Changes by:     Gary V. Vaughan <address@hidden>        03/06/04 06:56:32

Modified files:
        .              : ChangeLog 
        m4             : input.c m4module.h m4private.h 
        modules        : m4.c 

Log message:
        * m4/input.c: Updated various bitrotted comments.
        (m4_push_builtin): Just pass the whole m4_token, rather than
        extracting all the fields in the caller.  This also allows us to
        check the token type for consistency.
        (macro_funcs, macro_peek, macro_read, m4_push_macro, CHAR_MACRO):
        Renamed to builtin_funcs, builtin_peek, builtin_read,
        m4_push_builtin and CHAR_BUILTIN for consistency with the rest of
        the code.  Changed all callers.
        (struct input_block): Similarly renamed u_m member to u_b, and
        changed all callers.
        (m4_next_token): Use bzero to initialise the data fields.
        * m4/m4module (m4_push_macro): Renamed to m4_push_builtin.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/ChangeLog.diff?tr1=1.164&tr2=1.165&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/input.c.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/m4module.h.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/m4private.h.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/modules/m4.c.diff?tr1=1.32&tr2=1.33&r1=text&r2=text





reply via email to

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