Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f6d21dc9
Commit
f6d21dc9
authored
Dec 09, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a bunch of extern void decls, to keep gcc -Wall happy.
parent
efdc2ef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Modules/imgfile.c
Modules/imgfile.c
+7
-0
No files found.
Modules/imgfile.c
View file @
f6d21dc9
...
...
@@ -48,6 +48,13 @@ PERFORMANCE OF THIS SOFTWARE.
#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
int
top_to_bottom
;
/* True if we want top-to-bottom images */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment