diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-03 04:48:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-03 04:48:08 +0000 |
commit | 93bce2dcd9a377cf8ad779ab0e9115bcce1265d2 (patch) | |
tree | 57a0e94618dd99aacf6eeda52ab68106ca29b787 /thread.h | |
parent | 43a861f1c4418d63c6d99fbecb816d11ccf25793 (diff) | |
download | perl-93bce2dcd9a377cf8ad779ab0e9115bcce1265d2.tar.gz |
[win32] Fix minor problems with non USE_THREADS build. win32 branch
now looks 5.004_57-ready.
p4raw-id: //depot/win32/perl@456
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -217,6 +217,8 @@ typedef struct condpair { #define COND_BROADCAST(c) #define COND_WAIT(c, m) #define COND_DESTROY(c) +#define LOCK_SV_MUTEX +#define UNLOCK_SV_MUTEX #define THR /* Rats: if dTHR is just blank then the subsequent ";" throws an error */ |