mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Added a bunch of extern void decls, to keep gcc -Wall happy.
This commit is contained in:
parent
3d65fa3488
commit
665f9198fe
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#include "/usr/people/4Dgifts/iristools/include/izoom.h"
|
#include "/usr/people/4Dgifts/iristools/include/izoom.h"
|
||||||
|
|
||||||
|
/* Bunch of missing extern decls; keep gcc -Wall happy... */
|
||||||
|
extern void i_seterror();
|
||||||
|
extern void iclose();
|
||||||
|
extern void filterzoom();
|
||||||
|
extern void putrow();
|
||||||
|
extern void getrow();
|
||||||
|
|
||||||
static object * ImgfileError; /* Exception we raise for various trouble */
|
static object * ImgfileError; /* Exception we raise for various trouble */
|
||||||
|
|
||||||
static int top_to_bottom; /* True if we want top-to-bottom images */
|
static int top_to_bottom; /* True if we want top-to-bottom images */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue