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 /globals.c | |
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 'globals.c')
-rw-r--r-- | globals.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1438,7 +1438,7 @@ CPerlObj::operator new(size_t nSize, IPerlMem *pvtbl) int& CPerlObj::ErrorNo(void) { - return error_no; + return errno; } void |