diff options
Diffstat (limited to '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); |