for __SC__

This commit is contained in:
Guido van Rossum 1995-02-19 15:54:36 +00:00
parent c388068431
commit 2b7e04a9d9
2 changed files with 80 additions and 0 deletions

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* comp.sources.misc strtod(), as posted in comp.lang.tcl,
with bugfix for "123000.0" and acceptance of space after 'e' sign nuked.