diff options
author | Guido van Rossum <guido@python.org> | 1997-02-14 23:03:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-02-14 23:03:31 (GMT) |
commit | 10efb05d517d9d33416083cf2d9aba1cc93a5ffe (patch) | |
tree | 898e110164e7f038154e2fd3048f67124941f07d /Modules/Setup.in | |
parent | 4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf (diff) | |
download | cpython-10efb05d517d9d33416083cf2d9aba1cc93a5ffe.zip cpython-10efb05d517d9d33416083cf2d9aba1cc93a5ffe.tar.gz cpython-10efb05d517d9d33416083cf2d9aba1cc93a5ffe.tar.bz2 |
Add fpectl and fpetest modules.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 927e326..4159df1 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -322,5 +322,12 @@ parser parsermodule.c cStringIO cStringIO.c cPickle cPickle.c +# Lee Busby's SIGFPE modules. +# The library to link fpectl with is platform specific. +# See instructions in fpectlmodule.c. + +#fpectl fpectlmodule.c +#fpetest fpetestmodule.c + # Example -- included for reference only: # xx xxmodule.c |