diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-08-08 17:06:25 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-08-08 17:06:25 +0000 |
commit | e929a76b14922a7077596a747fc1fcd1bdd6b9ea (patch) | |
tree | 59ab0360573a58aff126a2dfa1d9666ae0fdb2ce /stab.h | |
parent | 00bf170e31343ccc4fac7a63f6a3acf5e76c3616 (diff) | |
download | perl-e929a76b14922a7077596a747fc1fcd1bdd6b9ea.tar.gz |
perl 3.0 patch #26 patch #19, continued
See patch #19.
Diffstat (limited to 'stab.h')
-rw-r--r-- | stab.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Header: stab.h,v 3.0.1.2 90/03/12 17:00:43 lwall Locked $ +/* $Header: stab.h,v 3.0.1.3 90/08/09 05:18:42 lwall Locked $ * * Copyright (c) 1989, Larry Wall * @@ -6,6 +6,9 @@ * as specified in the README file that comes with the perl 3.0 kit. * * $Log: stab.h,v $ + * Revision 3.0.1.3 90/08/09 05:18:42 lwall + * patch19: Added support for linked-in C subroutines + * * Revision 3.0.1.2 90/03/12 17:00:43 lwall * patch13: did some ndir straightening up for Xenix * @@ -88,6 +91,8 @@ struct stio { struct sub { CMD *cmd; + int (*usersub)(); + int userindex; char *filename; long depth; /* >= 2 indicates recursive call */ ARRAY *tosave; |