mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.
This commit is contained in:
parent
f354894e7b
commit
63bf149a26
3 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
/* hypot() replacement */
|
||||
|
||||
#include "pyconfig.h"
|
||||
#include "pyport.h"
|
||||
#include "Python.h"
|
||||
|
||||
double hypot(double x, double y)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue