| commit | 10efb05d517d9d33416083cf2d9aba1cc93a5ffe | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Feb 14 23:03:31 1997 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri Feb 14 23:03:31 1997 +0000 |
| tree | 898e110164e7f038154e2fd3048f67124941f07d | |
| parent | 4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf [diff] |
Add fpectl and fpetest modules.
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 @@ 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