Add fpectl and fpetest modules.
This commit is contained in:
parent
4a3df1c936
commit
10efb05d51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue