diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 02:18:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 02:18:10 +0000 |
commit | 5e54c26f53564b5737dcb438c320fe8102819ec8 (patch) | |
tree | 122a8573e3074002bca9b8947afdb966252fb8e0 /scope.c | |
parent | 12232b79da6998378769006a9c3d24b331e2e834 (diff) | |
download | perl-5e54c26f53564b5737dcb438c320fe8102819ec8.tar.gz |
# cpp commands must start in the first column.
p4raw-id: //depot/perl@16098
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -673,11 +673,11 @@ Perl_leave_scope(pTHX_ I32 base) str = (char*)SSPOPPTR; ptr = SSPOPPTR; if (*(char**)ptr != str) { - #ifdef NETWARE +#ifdef NETWARE PerlMem_free(*(char**)ptr); - #else +#else PerlMemShared_free(*(char**)ptr); - #endif +#endif *(char**)ptr = str; } break; |