| 1 | # -*- buffer-read-only: t -*-
|
|---|
| 2 | #
|
|---|
| 3 | # global.sym
|
|---|
| 4 | #
|
|---|
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
|---|
| 6 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
|
|---|
| 7 | #
|
|---|
| 8 | # You may distribute under the terms of either the GNU General Public
|
|---|
| 9 | # License or the Artistic License, as specified in the README file.
|
|---|
| 10 | #
|
|---|
| 11 | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
|
|---|
| 12 | # This file is built by embed.pl from data in embed.fnc, embed.pl,
|
|---|
| 13 | # pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
|
|---|
| 14 | # Any changes made here will be lost!
|
|---|
| 15 | #
|
|---|
| 16 | # Edit those files and run 'make regen_headers' to effect changes.
|
|---|
| 17 | #
|
|---|
| 18 | perl_alloc_using
|
|---|
| 19 | perl_alloc
|
|---|
| 20 | perl_construct
|
|---|
| 21 | perl_destruct
|
|---|
| 22 | perl_free
|
|---|
| 23 | perl_run
|
|---|
| 24 | perl_parse
|
|---|
| 25 | Perl_doing_taint
|
|---|
| 26 | perl_clone
|
|---|
| 27 | perl_clone_using
|
|---|
| 28 | Perl_malloc
|
|---|
| 29 | Perl_calloc
|
|---|
|
|---|