summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-10 04:57:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-10 04:57:07 +0000
commit59bd0823b6625605b67ec19bd9bcc4dd06530e7e (patch)
treec458c6636e5d8beb343d9a9b8fdec8f949f42584 /intrpvar.h
parentcb8129f94a333dfcf2cb8cf5b66784f951fc14de (diff)
downloadperl-59bd0823b6625605b67ec19bd9bcc4dd06530e7e.tar.gz
Renaming tweaks, and split off the reentrant "superbuffer"
init routine. p4raw-id: //depot/perl@15139
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index dccbdb65b6..f113def0fe 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -487,7 +487,7 @@ PERLVAR(Iregex_pad, SV**) /* All regex objects */
PERLVAR(Iregex_padav, AV*) /* All regex objects */
#ifdef USE_REENTRANT_API
-PERLVAR(Ireentrant_buffer, REBUF*) /* here we store the _r buffers */
+PERLVAR(Ireentrant_buffer, REENTBUF*) /* here we store the _r buffers */
#endif
#endif