m4-commit
[Top][All Lists]
Advanced

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

build correctly with -DNDEBUG [m4--devo--1.0--patch-6]


From: Gary V. Vaughan
Subject: build correctly with -DNDEBUG [m4--devo--1.0--patch-6]
Date: Thu, 14 Oct 2004 10:48:53 +0100 (BST)
User-agent: mailnotify/0.4

Tree version:   address@hidden/m4--devo--1.0
CVSROOT:        /cvsroot/m4
TIMESTAMP:       1.258 2004/10/14 09:47:50
Module name:    /cvsroot/m4/m4
Changes by:     address@hidden

Log Message:
        
        * m4/m4.c (m4_context_field_table, m4_context_opt_bit_table):
        Protect definitions from macro expansion under -DNDEBUG by
        parenthesising the expanded function names.
        * m4/syntax.c (m4_get_syntax_lquote, m4_get_syntax_rquote)
        (m4_get_syntax_bcomm, m4_get_syntax_ecomm)
        (m4_is_syntax_single_quotes, m4_is_syntax_single_comments)
        (m4_is_syntax_macro_escaped): Similarly protect function
        definitions from macro expansion under -DNDEBUG by #undefing the
        matching macro names before each definition.  Also, move all the
        function definitions to the end of the file so that any
        invocations in the rest of the file pick up the fast macro
        versions.
        * m4/m4private.h (m4_set_symbol_table, m4_set_syntax_table)
        (m4_set_debug_file, m4_set_trace_messages)
        (m4_set_warning_status_opt, m4_set_no_gnu_extensions_opt)
        (m4_set_nesting_limit_opt, m4_set_debug_level_opt)
        (m4_set_max_debug_arg_length_opt): New fast macro versions of the
        option setter functions.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This commit notification generated by tlaapply version 0.7
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0




reply via email to

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