This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] change all 'sp' to 'SP' in code and in the docs. Explicitly
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 7 Mar 1998 01:05:21 +0000 (01:05 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 7 Mar 1998 01:05:21 +0000 (01:05 +0000)
commit924508f06969d29692d1762cecf34a062431e1af
treefa410a2e2cf94abd7708db2687960ff056039f69
parent07ba589215942ebbc273059e8ab8622602f3e0f2
[win32] change all 'sp' to 'SP' in code and in the docs.  Explicitly
mention that local stack pointer should be called SP.  This makes the
API safer from source incompatibilities down the line.

p4raw-id: //depot/win32/perl@795
23 files changed:
av.c
doio.c
doop.c
ext/DB_File/DB_File.xs
ext/DynaLoader/dl_dld.xs
ext/Opcode/Opcode.xs
ext/POSIX/POSIX.xs
ext/Socket/Socket.xs
ext/Thread/Thread.xs
gv.c
mg.c
op.c
os2/OS2/REXX/REXX.xs
perl.c
pod/perlcall.pod
pod/perlembed.pod
pod/perlguts.pod
pod/perlxs.pod
pp.c
pp_ctl.c
pp_hot.c
pp_sys.c
util.c