bpt/guile.git
21 years agooops -- reverse accidental commit.
Rob Browning [Wed, 16 Apr 2003 19:45:12 +0000 (19:45 +0000)]
oops -- reverse accidental commit.

21 years ago*** empty log message ***
Rob Browning [Wed, 16 Apr 2003 19:45:11 +0000 (19:45 +0000)]
*** empty log message ***

21 years ago* socket.c: use SCM_CHAR_BIT.
Rob Browning [Wed, 16 Apr 2003 19:45:01 +0000 (19:45 +0000)]
* socket.c: use SCM_CHAR_BIT.

21 years ago* random.c (scm_c_random_bignum): use SCM_CHAR_BIT.
Rob Browning [Wed, 16 Apr 2003 19:44:55 +0000 (19:44 +0000)]
* random.c (scm_c_random_bignum): use SCM_CHAR_BIT.

21 years ago* numbers.c (PTRDIFF_MIN): use SCM_CHAR_BIT.
Rob Browning [Wed, 16 Apr 2003 19:44:02 +0000 (19:44 +0000)]
* numbers.c (PTRDIFF_MIN): use SCM_CHAR_BIT.

21 years ago* num2integral.i.c (NUM2INTEGRAL): use SCM_CHAR_BIT.
Rob Browning [Wed, 16 Apr 2003 19:43:55 +0000 (19:43 +0000)]
* num2integral.i.c (NUM2INTEGRAL): use SCM_CHAR_BIT.

21 years ago* gc_os_dep.c (mach_type_known): added patch for UnixWare and
Rob Browning [Wed, 16 Apr 2003 19:39:35 +0000 (19:39 +0000)]
* gc_os_dep.c (mach_type_known): added patch for UnixWare and
OpenUNIX support.  Thanks to Boyd Gerber.

21 years ago* feature.c (scm_init_feature): Always add threads feature.
Mikael Djurfeldt [Wed, 16 Apr 2003 12:52:04 +0000 (12:52 +0000)]
* feature.c (scm_init_feature): Always add threads feature.

21 years ago* tests/goops.test: Added tests for class redefinition, object
Mikael Djurfeldt [Tue, 15 Apr 2003 01:17:36 +0000 (01:17 +0000)]
* tests/goops.test: Added tests for class redefinition, object
update and active slots.

* goops.scm (compute-getter-method): For custom getter: Check
boundness even if there is an init-thunk.  (The getter can return
#<unbound> even if the slot has been set before.)
(remove-class-accessors!): Also remove accessor-method from its
accessor.

* goops.c (scm_sys_fast_slot_ref): Use SCM_SLOT instead of
scm_at_assert_bound_ref.  (We don't want the unbound check.  See
oop/goops/active-slot.scm.)

21 years agoFix
Mikael Djurfeldt [Mon, 14 Apr 2003 20:12:40 +0000 (20:12 +0000)]
Fix

21 years ago*** empty log message ***
Rob Browning [Mon, 14 Apr 2003 15:55:37 +0000 (15:55 +0000)]
*** empty log message ***

21 years ago* standalone/test-asmobs-lib.c (libtest_asmobs_init): include
Rob Browning [Mon, 14 Apr 2003 15:55:23 +0000 (15:55 +0000)]
* standalone/test-asmobs-lib.c (libtest_asmobs_init): include
test-asmobs-lib.x rather than test-asmobs-lib.x.c.

21 years ago* standalone/Makefile.am: change from .c.x to .x to be consistent
Rob Browning [Mon, 14 Apr 2003 15:55:18 +0000 (15:55 +0000)]
* standalone/Makefile.am: change from .c.x to .x to be consistent
with the rest of guile.

21 years ago*** empty log message ***
Rob Browning [Mon, 14 Apr 2003 15:44:40 +0000 (15:44 +0000)]
*** empty log message ***

21 years ago* tags.h: scm_t_intptr should have been intptr_t.
Rob Browning [Mon, 14 Apr 2003 15:42:34 +0000 (15:42 +0000)]
* tags.h: scm_t_intptr should have been intptr_t.

21 years ago*** empty log message ***
Rob Browning [Sun, 13 Apr 2003 17:48:02 +0000 (17:48 +0000)]
*** empty log message ***

21 years ago* md/axp.s '.file 2 "axp.s"' -> '.file 2 "axp.s".
Rob Browning [Sun, 13 Apr 2003 17:47:29 +0000 (17:47 +0000)]
* md/axp.s '.file 2 "axp.s"' -> '.file 2 "axp.s".
(qt_vstart): .end qt_vstart, not qt_start.  Thanks to Falk
Hueffner.

21 years ago* goops.c (prep_hashsets): make static to match prototype.
Rob Browning [Sun, 13 Apr 2003 17:46:54 +0000 (17:46 +0000)]
* goops.c (prep_hashsets): make static to match prototype.
(scm_sym_args): SCM_SYMBOL -> SCM_GLOBAL_SYMBOL.  Thanks to Albert
Chin.

21 years ago* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
Rob Browning [Sun, 13 Apr 2003 17:46:39 +0000 (17:46 +0000)]
* gc_os_dep.c: add NetBSD powerpc config info.  Thanks to Thomas
Klausner.

21 years ago* c-tokenize.lex: remove trailing comma from enum. Thanks to
Rob Browning [Sun, 13 Apr 2003 17:46:21 +0000 (17:46 +0000)]
* c-tokenize.lex: remove trailing comma from enum.  Thanks to
Albert Chin.

21 years ago* __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just rely on "sparc"
Rob Browning [Sun, 13 Apr 2003 17:46:09 +0000 (17:46 +0000)]
* __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just rely on "sparc"
test.  Instead use
#if defined (sparc) || defined (__sparc__) || defined (__sparc)
as gc_os_dep.c suggests is appropriate.

21 years ago* goops.scm (compute-getters-n-setters/verify-accessors): Better
Mikael Djurfeldt [Sun, 13 Apr 2003 14:48:35 +0000 (14:48 +0000)]
* goops.scm (compute-getters-n-setters/verify-accessors): Better
check of format of value returned by compute-get-n-set.
(compute-getters-n-setters): Extended format of slot
getters-n-setters to indicate position and size of slot memory
allocated in instances.

* goops.c (scm_sys_prep_layout_x): Instance allocation is now
indicated through extra fields in getters-n-setters.
(scm_add_slot): Adapted to new format of getters_n_setters slot.
(Thanks to Andy Wingo.)

21 years ago(snarfcppopts): use DEFAULT_INCLUDES
Han-Wen Nienhuys [Wed, 9 Apr 2003 09:29:44 +0000 (09:29 +0000)]
(snarfcppopts): use DEFAULT_INCLUDES
instead of INCLUDES

21 years ago*** empty log message ***
Rob Browning [Mon, 7 Apr 2003 20:38:55 +0000 (20:38 +0000)]
*** empty log message ***

21 years ago* debug.h: change "id" arg name to "info_id" to avoid objective-c
Rob Browning [Mon, 7 Apr 2003 20:36:04 +0000 (20:36 +0000)]
* debug.h: change "id" arg name to "info_id" to avoid objective-c
clash.

21 years ago*** empty log message ***
Rob Browning [Mon, 7 Apr 2003 17:52:28 +0000 (17:52 +0000)]
*** empty log message ***

21 years ago* standalone/Makefile.am: new file.
Rob Browning [Mon, 7 Apr 2003 17:50:48 +0000 (17:50 +0000)]
* standalone/Makefile.am: new file.

21 years ago* guile-test: added "Running test FOO" output by default. There
Rob Browning [Mon, 7 Apr 2003 17:50:41 +0000 (17:50 +0000)]
* guile-test: added "Running test FOO" output by default.  There
may be a good reason to remove this, but the output can be helpful
in determining where a failure occurred.

21 years ago* standalone/test-num2integral.c: new test -- one new regression
Rob Browning [Mon, 7 Apr 2003 17:48:31 +0000 (17:48 +0000)]
* standalone/test-num2integral.c: new test -- one new regression
check.

21 years ago* standalone/test-gh.c: new test code (migrated from
Rob Browning [Mon, 7 Apr 2003 17:48:00 +0000 (17:48 +0000)]
* standalone/test-gh.c: new test code (migrated from
tests/c-api/) -- a trivial start.

21 years ago* standalone/test-asmobs-lib.c: new test script (migrated from
Rob Browning [Mon, 7 Apr 2003 17:46:38 +0000 (17:46 +0000)]
* standalone/test-asmobs-lib.c: new test script (migrated from
tests/asmobs/).

21 years ago* standalone/test-asmobs: new test script.
Rob Browning [Mon, 7 Apr 2003 17:46:30 +0000 (17:46 +0000)]
* standalone/test-asmobs: new test script.

21 years ago* standalone/README: new file.
Rob Browning [Mon, 7 Apr 2003 17:46:11 +0000 (17:46 +0000)]
* standalone/README: new file.

21 years ago* standalone/Makefile.am: new file.
Rob Browning [Mon, 7 Apr 2003 17:38:03 +0000 (17:38 +0000)]
* standalone/Makefile.am: new file.

21 years ago* standalone/.cvsignore: new file.
Rob Browning [Mon, 7 Apr 2003 17:37:53 +0000 (17:37 +0000)]
* standalone/.cvsignore: new file.

21 years ago* num2integral.i.c (NUM2INTEGRAL): fix bug pointed out by Mikael
Rob Browning [Mon, 7 Apr 2003 17:36:26 +0000 (17:36 +0000)]
* num2integral.i.c (NUM2INTEGRAL): fix bug pointed out by Mikael
and add regression test to standalone/.

21 years ago*** empty log message ***
Rob Browning [Mon, 7 Apr 2003 17:36:17 +0000 (17:36 +0000)]
*** empty log message ***

21 years ago* pre-inst-guile-env.in: new script -- can be used to run commands
Rob Browning [Mon, 7 Apr 2003 17:34:50 +0000 (17:34 +0000)]
* pre-inst-guile-env.in: new script -- can be used to run commands
in an envt set up using the development libs, Guile, etc.

21 years ago* configure.in: handle pre-inst-guile-env and add
Rob Browning [Mon, 7 Apr 2003 17:31:02 +0000 (17:31 +0000)]
* configure.in: handle pre-inst-guile-env and add
test-suite/standalone/Makefile.

21 years ago* tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
Rob Browning [Mon, 7 Apr 2003 02:00:36 +0000 (02:00 +0000)]
* tests/asmobs/asmobs.c: removed (functionality is now in standalone/).

21 years ago* tests/asmobs/asmobs-test.scm: removed (functionality is now in
Rob Browning [Mon, 7 Apr 2003 02:00:30 +0000 (02:00 +0000)]
* tests/asmobs/asmobs-test.scm: removed (functionality is now in
standalone/).

21 years ago* tests/asmobs/README: removed (functionality is now in standalone/).
Rob Browning [Mon, 7 Apr 2003 02:00:16 +0000 (02:00 +0000)]
* tests/asmobs/README: removed (functionality is now in standalone/).

21 years ago* tests/asmobs/Makefile: removed (functionality is now in standalone/).
Rob Browning [Mon, 7 Apr 2003 02:00:11 +0000 (02:00 +0000)]
* tests/asmobs/Makefile: removed (functionality is now in standalone/).

21 years ago*** empty log message ***
Rob Browning [Mon, 7 Apr 2003 01:58:47 +0000 (01:58 +0000)]
*** empty log message ***

21 years ago* tests/c-api/strings.c: add a note to the source about this code
Rob Browning [Mon, 7 Apr 2003 01:58:30 +0000 (01:58 +0000)]
* tests/c-api/strings.c: add a note to the source about this code
being unused.

21 years ago*** empty log message ***
Rob Browning [Mon, 7 Apr 2003 01:52:00 +0000 (01:52 +0000)]
*** empty log message ***

21 years ago* init.c: #include gmp.h.
Rob Browning [Mon, 7 Apr 2003 01:51:25 +0000 (01:51 +0000)]
* init.c: #include gmp.h.

21 years ago* random.c: #include gmp.h.
Rob Browning [Mon, 7 Apr 2003 01:51:10 +0000 (01:51 +0000)]
* random.c: #include gmp.h.
(scm_c_random_bignum): normalize result on return.

21 years ago* numbers.h: remove the gmp.h #include (not needed now).
Rob Browning [Mon, 7 Apr 2003 01:50:35 +0000 (01:50 +0000)]
* numbers.h: remove the gmp.h #include (not needed now).

21 years ago* posix.h: change occurences of "id" to something else so we don't
Rob Browning [Mon, 7 Apr 2003 01:50:16 +0000 (01:50 +0000)]
* posix.h: change occurences of "id" to something else so we don't
cause trouble when included via objective-c (can't hurt, might
help).  Still have usage in debug.h, though.

21 years ago* strings.c (scm_mem2string): use memcpy rather than by-hand loop.
Rob Browning [Mon, 7 Apr 2003 01:49:04 +0000 (01:49 +0000)]
* strings.c (scm_mem2string): use memcpy rather than by-hand loop.
Thanks to Dale P. Smith.

21 years agoAdded list.scm to ice9_sources.
Mikael Djurfeldt [Sun, 6 Apr 2003 14:54:43 +0000 (14:54 +0000)]
Added list.scm to ice9_sources.

21 years ago* random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF to access
Mikael Djurfeldt [Sun, 6 Apr 2003 13:48:57 +0000 (13:48 +0000)]
* random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF to access
scm_var_random_state.

21 years ago* random.c (scm_c_random_bignum): Don't generate a random number
Mikael Djurfeldt [Sun, 6 Apr 2003 09:41:07 +0000 (09:41 +0000)]
* random.c (scm_c_random_bignum): Don't generate a random number
equal to m (the second argument of scm_c_random_bignum); only
generate numbers in the range 0 <= r < m.

21 years ago* num2integral.i.c (INTEGRAL2BIG): Put negation of n inside then
Mikael Djurfeldt [Sun, 6 Apr 2003 08:51:02 +0000 (08:51 +0000)]
* num2integral.i.c (INTEGRAL2BIG): Put negation of n inside then
clause.

21 years ago*** empty log message ***
Marius Vollmer [Sat, 5 Apr 2003 23:34:09 +0000 (23:34 +0000)]
*** empty log message ***

21 years agoRemoved paragraph about the future use of GMP. The future is now!
Marius Vollmer [Sat, 5 Apr 2003 23:33:56 +0000 (23:33 +0000)]
Removed paragraph about the future use of GMP.  The future is now!

21 years agoCheck for mpz_import, which is required but only available in GMP 4.1.
Marius Vollmer [Sat, 5 Apr 2003 23:32:55 +0000 (23:32 +0000)]
Check for mpz_import, which is required but only available in GMP 4.1.

21 years ago*** empty log message ***
Rob Browning [Sat, 5 Apr 2003 22:35:44 +0000 (22:35 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Rob Browning [Sat, 5 Apr 2003 22:34:21 +0000 (22:34 +0000)]
*** empty log message ***

21 years ago* modules.c (s_scm_module_import_interface): move declaration of
Rob Browning [Sat, 5 Apr 2003 22:34:10 +0000 (22:34 +0000)]
* modules.c (s_scm_module_import_interface): move declaration of
uses before any code.

21 years ago* Makefile.am (scmconfig.h): Look for config.h in top_builddir,
Mikael Djurfeldt [Sat, 5 Apr 2003 21:49:15 +0000 (21:49 +0000)]
* Makefile.am (scmconfig.h): Look for config.h in top_builddir,
not top_srcdir.

21 years ago* hashtab.c (rehash_after_gc): Clear to_rehash list before
Mikael Djurfeldt [Sat, 5 Apr 2003 20:45:17 +0000 (20:45 +0000)]
* hashtab.c (rehash_after_gc): Clear to_rehash list before
processing it in order to avoid an infinite loop.

* print.c (scm_prin1): Remember old state of pstate->writingp.

21 years agoChanged license terms to the plain LGPL thru-out.
Marius Vollmer [Sat, 5 Apr 2003 19:15:35 +0000 (19:15 +0000)]
Changed license terms to the plain LGPL thru-out.

21 years ago*** empty log message ***
Marius Vollmer [Sat, 5 Apr 2003 19:05:58 +0000 (19:05 +0000)]
*** empty log message ***

21 years agoReflect change to LGPL.
Marius Vollmer [Sat, 5 Apr 2003 18:57:42 +0000 (18:57 +0000)]
Reflect change to LGPL.

21 years agoNew file.
Marius Vollmer [Sat, 5 Apr 2003 18:56:40 +0000 (18:56 +0000)]
New file.

21 years ago* readline.c (redisplay): Removed. (It didn't do anything other
Mikael Djurfeldt [Sat, 5 Apr 2003 15:34:17 +0000 (15:34 +0000)]
* readline.c (redisplay): Removed. (It didn't do anything other
than calling rl_redisplay.)
(scm_init_readline): Don't inititalize rl_redisplay_function.

21 years ago*** empty log message ***
Rob Browning [Fri, 4 Apr 2003 21:58:55 +0000 (21:58 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Rob Browning [Fri, 4 Apr 2003 21:51:48 +0000 (21:51 +0000)]
*** empty log message ***

21 years ago* socket.c (FLIPCPY_NET_HOST_128): new macro.
Rob Browning [Fri, 4 Apr 2003 21:51:35 +0000 (21:51 +0000)]
* socket.c (FLIPCPY_NET_HOST_128): new macro.
(ipv6_net_to_num, ipv6_num_to_net, bignum_in_ipv6_range_p):
rewrite to handle GMP bignums.

21 years ago* random.c (scm_c_random_bignum): rewrite to handle GMP bignums.
Rob Browning [Fri, 4 Apr 2003 21:50:22 +0000 (21:50 +0000)]
* random.c (scm_c_random_bignum): rewrite to handle GMP bignums.

21 years ago* ports.c (scm_getc): minor tweak.
Rob Browning [Fri, 4 Apr 2003 21:50:15 +0000 (21:50 +0000)]
* ports.c (scm_getc): minor tweak.

21 years ago* numbers.h: remove SCM_BIGDIG conditionals, reorganize, and
Rob Browning [Fri, 4 Apr 2003 21:49:55 +0000 (21:49 +0000)]
* numbers.h: remove SCM_BIGDIG conditionals, reorganize, and
rewrite to handle GMP bignums.

21 years ago* numbers.c: rewrite *many* functions to handle GMP bignums.
Rob Browning [Fri, 4 Apr 2003 21:49:44 +0000 (21:49 +0000)]
* numbers.c: rewrite *many* functions to handle GMP bignums.

21 years ago* num2integral.i.c (NUM2INTEGRAL, INTEGRAL2NUM, INTEGRAL2BIG):
Rob Browning [Fri, 4 Apr 2003 21:49:32 +0000 (21:49 +0000)]
* num2integral.i.c (NUM2INTEGRAL, INTEGRAL2NUM, INTEGRAL2BIG):
handle GMP bignums.

21 years ago* num2float.i.c (NUM2FLOAT): handle GMP bignums.
Rob Browning [Fri, 4 Apr 2003 21:49:03 +0000 (21:49 +0000)]
* num2float.i.c (NUM2FLOAT): handle GMP bignums.

21 years ago* init.c (check_config): remove SCM_BIGDIG conditionals.
Rob Browning [Fri, 4 Apr 2003 21:48:45 +0000 (21:48 +0000)]
* init.c (check_config): remove SCM_BIGDIG conditionals.
(scm_init_guile_1): test to make sure mpz_t fits in a double_cell.

21 years ago* gc-card.c ("sweep_card"): handle new mpz_t bignums.
Rob Browning [Fri, 4 Apr 2003 21:48:24 +0000 (21:48 +0000)]
* gc-card.c ("sweep_card"): handle new mpz_t bignums.

21 years ago* eval.c: remove SCM_BIGDIG conditionals.
Rob Browning [Fri, 4 Apr 2003 21:48:08 +0000 (21:48 +0000)]
* eval.c: remove SCM_BIGDIG conditionals.

21 years ago* eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp.
Rob Browning [Fri, 4 Apr 2003 21:47:46 +0000 (21:47 +0000)]
* eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp.

21 years ago* configure.in: add GMP test (require GMP).
Rob Browning [Fri, 4 Apr 2003 21:46:45 +0000 (21:46 +0000)]
* configure.in: add GMP test (require GMP).

21 years ago*** empty log message ***
Rob Browning [Fri, 4 Apr 2003 19:16:04 +0000 (19:16 +0000)]
*** empty log message ***

21 years ago* threads.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:18 +0000 (20:10 +0000)]
* threads.h: 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.

21 years ago* threads.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:13 +0000 (20:10 +0000)]
* 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.

21 years ago* tags.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:07 +0000 (20:10 +0000)]
* tags.h: 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.

21 years ago* stacks.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:02 +0000 (20:10 +0000)]
* stacks.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.

21 years ago* stackchk.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:56 +0000 (20:09 +0000)]
* stackchk.h: 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.

21 years ago* stackchk.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:51 +0000 (20:09 +0000)]
* stackchk.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.

21 years ago* sort.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:46 +0000 (20:09 +0000)]
* sort.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.

21 years ago* read.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:40 +0000 (20:09 +0000)]
* read.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.

21 years ago* random.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:35 +0000 (20:09 +0000)]
* random.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.

21 years ago* print.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:29 +0000 (20:09 +0000)]
* print.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.

21 years ago* objects.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:23 +0000 (20:09 +0000)]
* objects.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.

21 years ago* numbers.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:18 +0000 (20:09 +0000)]
* numbers.h: 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.

21 years ago* null-threads.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:13 +0000 (20:09 +0000)]
* 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.

21 years ago* lang.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:08 +0000 (20:09 +0000)]
* lang.h: 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.

21 years ago* lang.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:03 +0000 (20:09 +0000)]
* lang.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.

21 years ago* iselect.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:35 +0000 (20:08 +0000)]
* iselect.h: 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.

21 years ago* init.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:29 +0000 (20:08 +0000)]
* init.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.