]> granicus.if.org Git - python/commitdiff
Add fpectl and fpetest modules.
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 23:03:31 +0000 (23:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 23:03:31 +0000 (23:03 +0000)
Modules/Setup.in

index 927e3265e8ebb2b55629341325283e8d35fd81bd..4159df15ab92f6752238d2ff0ece259fb4b1281c 100644 (file)
@@ -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