diff options
author | Andy Wingo <wingo@pobox.com> | 2011-05-15 10:52:37 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-05-15 15:34:15 +0200 |
commit | 412ccea6c986da28b28f4b822483f779263eb138 (patch) | |
tree | fca19af0d6f59d863efbe2e2658390323be1aeb8 /libguile/__scm.h | |
parent | 80125469ef95f6d8d46a26619fb2f85151f32719 (diff) | |
download | guile-412ccea6c986da28b28f4b822483f779263eb138.tar.gz |
remove ENGNOT from __scm.h
* libguile/__scm.h: Remove #undef ENGNOT.
* libguile/numbers.c (idbl2str): Remove #ifdef ENGNOT sections.
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r-- | libguile/__scm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h index e3ba75227..810396420 100644 --- a/libguile/__scm.h +++ b/libguile/__scm.h @@ -153,10 +153,6 @@ /* #define GUILE_DEBUG_FREELIST */ -/* Use engineering notation when converting numbers strings? - */ -#undef ENGNOT - /* {Unsupported Options} * |