diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-03 22:12:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-03 22:12:55 +0000 |
commit | 5a0924038aa1098308ad491a6148bc59d3045ce6 (patch) | |
tree | c3f9b914306db75e4a6afe152527af2459873e73 /perlvars.h | |
parent | 621ba9941bc6ba1d0f5f939ab961988d2e3f2195 (diff) | |
download | perl-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.h | 5 |
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 */ |