diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-16 18:33:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-16 18:33:05 +0000 |
commit | d51482e4a79f5afa7771fe5e33778150840d40ab (patch) | |
tree | 7fe7165ebfbadcf14496f64a669ecbc4db7abfef /pod/perlembed.pod | |
parent | a0a44e237c19cc2b7cf3da120d308da4cb9f777e (diff) | |
download | perl-d51482e4a79f5afa7771fe5e33778150840d40ab.tar.gz |
NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
p4raw-id: //depot/perl@18729
Diffstat (limited to 'pod/perlembed.pod')
-rw-r--r-- | pod/perlembed.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlembed.pod b/pod/perlembed.pod index 24385dd354..484884ea06 100644 --- a/pod/perlembed.pod +++ b/pod/perlembed.pod @@ -1041,7 +1041,7 @@ Finally, select Build -> Build interp.exe and you're ready to go. =head1 Hiding Perl_ If you completely hide the short forms forms of the Perl public API, -add -DPERL_HIDE_SHORT_NAMES to the compilation flags. This means that +add -DPERL_NO_SHORT_NAMES to the compilation flags. This means that for example instead of writing warn("%d bottles of beer on the wall", bottlecount); |