projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924508f
)
[win32] a missed s/sp/SP/
author
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 7 Mar 1998 01:37:10 +0000
(
01:37
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 7 Mar 1998 01:37:10 +0000
(
01:37
+0000)
p4raw-id: //depot/win32/perl@796
pod/perlcall.pod
patch
|
blob
|
history
diff --git
a/pod/perlcall.pod
b/pod/perlcall.pod
index
ae1030c
..
865d3bf
100644
(file)
--- a/
pod/perlcall.pod
+++ b/
pod/perlcall.pod
@@
-542,7
+542,7
@@
Here are a few notes on the C function I<call_LeftString>.
Parameters are passed to the Perl subroutine using the Perl stack.
This is the purpose of the code beginning with the line C<dSP> and
-ending with the line C<PUTBACK>. The <dSP> declares a local copy
+ending with the line C<PUTBACK>. The
C
<dSP> declares a local copy
of the stack pointer. This local copy should B<always> be accessed
as C<SP>.