This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revise calling sequences for grok_bslash_[xo]
authorKarl Williamson <public@khwilliamson.com>
Mon, 7 Jan 2013 03:25:24 +0000 (20:25 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:50:35 +0000 (11:50 -0700)
commit00ce556345c5faa3eb42f47f2a510d07b5f3d7c8
tree2c1a11fb68fff6076f1d8ee3102611ce225635f6
parent6b976e32dcccdff3dde7682ad9314dc5cd918e17
Revise calling sequences for grok_bslash_[xo]

By passing the address of the parse pointer, the functions can advance
it, eliminating a parameter to the function, and simplifying the code in
the caller.
dquote_static.c
embed.fnc
embed.h
proto.h
regcomp.c
toke.c