This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new flag character 'm' to embed.pl set to represent
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 20 Oct 2001 10:28:17 +0000 (10:28 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 20 Oct 2001 10:28:17 +0000 (10:28 +0000)
commitaf3c7592a74e7782bf0779c3272ee86140fadf53
tree45a9d4ecb34573b9bed7ca845e6d22bae76450e6
parent66a93824ccd37b2948fb857056747c3314d2a08c
Add a new flag character 'm' to embed.pl set to represent
"functions" which are really macros. Use it foe the troublesome
sv_setsv() etc. macros in sv.h - changing latter to define
sv_setsv rather than sv_setsv_macro etc.

p4raw-id: //depot/perlio@12524
embed.h
embed.pl
global.sym
pod/perlapi.pod
proto.h
sv.h