summaryrefslogtreecommitdiff
path: root/stab.h
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-03-21 00:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1991-03-21 00:00:00 +0000
commitfe14fcc35f78a371a174a1d14256c2f35ae4262b (patch)
treed472cb1055c47b9701cb0840969aacdbdbc9354a /stab.h
parent27e2fb84680b9cc1db17238d5bf10b97626f477f (diff)
downloadperl-fe14fcc35f78a371a174a1d14256c2f35ae4262b.tar.gz
perl 4.0.00: (no release announcement available)perl-4.0.00
So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44.
Diffstat (limited to 'stab.h')
-rw-r--r--stab.h21
1 files changed, 4 insertions, 17 deletions
diff --git a/stab.h b/stab.h
index eb4b56f632..6fbe6cf879 100644
--- a/stab.h
+++ b/stab.h
@@ -1,4 +1,4 @@
-/* $Header: stab.h,v 3.0.1.4 90/10/16 10:33:08 lwall Locked $
+/* $Header: stab.h,v 4.0 91/03/20 01:39:49 lwall Locked $
*
* Copyright (c) 1989, Larry Wall
*
@@ -6,21 +6,8 @@
* as specified in the README file that comes with the perl 3.0 kit.
*
* $Log: stab.h,v $
- * Revision 3.0.1.4 90/10/16 10:33:08 lwall
- * patch29: *foo now prints as *package'foo
- * patch29: package behavior is now more consistent
- *
- * 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
- *
- * Revision 3.0.1.1 89/12/21 20:19:53 lwall
- * patch7: in stab.h, added some CRIPPLED_CC support for Microport
- *
- * Revision 3.0 89/10/18 15:23:30 lwall
- * 3.0 baseline
+ * Revision 4.0 91/03/20 01:39:49 lwall
+ * 4.0 baseline.
*
*/
@@ -75,7 +62,7 @@ HASH *stab_hash();
struct stio {
FILE *ifp; /* ifp and ofp are normally the same */
FILE *ofp; /* but sockets need separate streams */
-#ifdef READDIR
+#ifdef HAS_READDIR
DIR *dirp; /* for opendir, readdir, etc */
#endif
long lines; /* $. */