summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-03 22:12:55 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-03 22:12:55 +0000
commit5a0924038aa1098308ad491a6148bc59d3045ce6 (patch)
treec3f9b914306db75e4a6afe152527af2459873e73 /perlvars.h
parent621ba9941bc6ba1d0f5f939ab961988d2e3f2195 (diff)
downloadperl-5a0924038aa1098308ad491a6148bc59d3045ce6.tar.gz
[win32] add AS patch#24, remove one other instance of error_no
that was missed (patch#23 was intentionally skipped) p4raw-id: //depot/win32/perl@1071
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/perlvars.h b/perlvars.h
index 9f801fb64d..954a99fb91 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -25,11 +25,6 @@ PERLVARI(Gthreadsv_names, char *, THREADSV_NAMES)
PERLVAR(Gcurthr, struct perl_thread *) /* Currently executing (fake) thread */
#endif
#endif /* USE_THREADS */
-#ifdef PERL_OBJECT
-#ifdef WIN32
-PERLVAR(Gerror_no, int) /* errno for each interpreter */
-#endif
-#endif
PERLVAR(Guid, int) /* current real user id */
PERLVAR(Geuid, int) /* current effective user id */