summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSlaven Rezic <slaven@rezic.de>2002-10-30 12:18:47 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-11-04 21:43:53 +0000
commit574c798aa09309489c549b50dff81b705c3afde8 (patch)
tree3cfb04bb9b6ffdf738489fda25bab10a92d066b1 /proto.h
parent48fe685d5098bdc7e2779da74c52af7e601b5c7e (diff)
downloadperl-574c798aa09309489c549b50dff81b705c3afde8.tar.gz
Re: [perl #18066] Bug in -I when path has double colons?
Message-ID: <87of9c2prs.fsf@vran.herceg.de> With the corresponding change to embed.fnc p4raw-id: //depot/perl@18102
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/proto.h b/proto.h
index 027cda63a5..475f2a1c18 100644
--- a/proto.h
+++ b/proto.h
@@ -1,16 +1,3 @@
-/*
- * proto.h
- *
- * Copyright (c) 1997-2002, Larry Wall
- *
- * You may distribute under the terms of either the GNU General Public
- * License or the Artistic License, as specified in the README file.
- *
- * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is autogenerated from data in embed.pl. Edit that file
- * and run 'make regen_headers' to effect changes.
- */
-
START_EXTERN_C
@@ -1052,7 +1039,7 @@ STATIC void S_Slab_Free(pTHX_ void *op);
#if defined(PERL_IN_PERL_C) || defined(PERL_DECL_PROT)
STATIC void S_find_beginning(pTHX);
STATIC void S_forbid_setid(pTHX_ char *);
-STATIC void S_incpush(pTHX_ char *, int, int);
+STATIC void S_incpush(pTHX_ char *, int, int, int);
STATIC void S_init_interp(pTHX);
STATIC void S_init_ids(pTHX);
STATIC void S_init_lexer(pTHX);