• Poul-Henning Kamp's avatar
    Our various "make-C-readable" macros encroach on name-spaces reserved · 2061f887
    Poul-Henning Kamp authored
    by various standardsbodies.
    
    Going forward these macros will all be named 'v_[a-z_]*_' and only
    vdef.h gets to define them.
    
    Renames:
    	__match_proto__()		->	v_matchproto_()
    	__v_printflike()		->	v_printflike_()
    	__state_variable__()		->	v_statevariable_()
    	__unused			->	v_unused_
    	__attribute__((__noreturn__))	->	v_noreturn_
    
    As a side-effect of the last one, the rule that "vdef.h" be the
    first non-<...> include in .c files, possibly via a subsystem
    .h (such as vct.h) needs to be enforced harder.
    
    (autocraps "config.h" still needs to go before <...> includes)
    2061f887
Name
Last commit
Last update
..
cache Loading commit data...
common Loading commit data...
hash Loading commit data...
hpack Loading commit data...
http1 Loading commit data...
http2 Loading commit data...
mgt Loading commit data...
proxy Loading commit data...
storage Loading commit data...
waiter Loading commit data...
Makefile.am Loading commit data...
Makefile.phk Loading commit data...
VSC_lck.vsc Loading commit data...
VSC_main.vsc Loading commit data...
VSC_mempool.vsc Loading commit data...
VSC_mgt.vsc Loading commit data...
VSC_sma.vsc Loading commit data...
VSC_smf.vsc Loading commit data...
VSC_smu.vsc Loading commit data...
VSC_vbe.vsc Loading commit data...
builtin.vcl Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
vclflint.lnt Loading commit data...
vclflint.sh Loading commit data...