* threads.c: fix various preprocessor usages of new public
authorRob Browning <rlb@defaultvalue.org>
Thu, 27 Mar 2003 20:10:13 +0000 (20:10 +0000)
committerRob Browning <rlb@defaultvalue.org>
Thu, 27 Mar 2003 20:10:13 +0000 (20:10 +0000)
commitd028af45bf1de59cb02b5eca18937383570f775d
treeb947f0c1998f1c0b2989812814d028af182fb849
parentf546be4d03dc639729970ada46090116e33b6581
* threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

* null-threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

* coop-threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

* coop-pthreads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.
libguile/threads.c