source: trunk/third/perl/compat3.sym @ 10724

Revision 10724, 660 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1# Global symbols that should handled differently when Perl 5.004 is
2# compiled for binary compatibility with version 5.003.
3
4# Variables from "interp.sym" that _should_ be hidden.
5
6curcop
7curcopdb
8envgv
9siggv
10tainting
11
12# Variables from "global.sym" that should _not_ be hidden.
13
14Error
15block_type
16comppad_name_floor
17debug
18nice_chunk
19nice_chunk_size
20no_myglob
21no_symref
22no_wrongref
23pad_reset_pending
24padix_floor
25regflags
26warn_uninit
27
28# Functions from "global.sym" that should _not_ be hidden.
29
30SvIV
31SvNV
32SvTRUE
33SvUV
34boot_core_UNIVERSAL
35do_undump
36safecalloc
37safefree
38safemalloc
39saferealloc
40safexcalloc
41safexfree
42safexmalloc
43safexrealloc
44save_iv
45sv_pvn
46yydestruct
Note: See TracBrowser for help on using the repository browser.