diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-10 04:47:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-10 04:47:48 +0000 |
commit | 32f822de0a58c2cc8f1a23844b97246c433bb418 (patch) | |
tree | bb14d9cc2fae0de70fa5f10dd4bc34c4fbde26e6 /win32/config_H.bc | |
parent | d55594aef6b1fb9e305275c3d19a25e4cdfb2cda (diff) | |
download | perl-32f822de0a58c2cc8f1a23844b97246c433bb418.tar.gz |
Win32 branch now contains all non-ansification changes in ansiperl branch.
USE_THREADS case builds and passes all tests using both compilers.
Additional tweaks:
- fixup win32/makedef.pl to skip more symbols for non-thread build.
- sync win32/Makefile with win32/makefile.mk
>>>Non-thread build fails a lot of tests.<<<
p4raw-id: //depot/win32/perl@222
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 460b58577c..61fb5a3241 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -113,7 +113,7 @@ * This symbol, if defined, indicates that the alarm routine is * available. */ -#define HAS_ALARM /**/ +/*#define HAS_ALARM /**/ /* HASATTRIBUTE: * This symbol indicates the C compiler can check for function attributes, |