summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-11-04 02:53:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-11-04 02:53:37 +0000
commitd20626d86bf3d55ba658adbc2678de4c519cbc6c (patch)
tree54572cc02ed9c32ffaa4bb2161ba13d8466dbc77 /os2/os2ish.h
parentcc49e20bd7575d1d37e92731860d63daa4d52ecc (diff)
downloadperl-d20626d86bf3d55ba658adbc2678de4c519cbc6c.tar.gz
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
p4raw-id: //depot/perl@4511
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 23b109670f..3d7a6fd403 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -231,7 +231,6 @@ void *sys_alloc(int size);
# define PerlIO FILE
#endif
-#define TMPPATH tmppath
#define TMPPATH1 "plXXXXXX"
extern char *tmppath;
PerlIO *my_syspopen(char *cmd, char *mode);