Added prototypes to all functions in example.c. Fixed segv on x86_64 machines.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8144 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5bea1432da
commit
5bc93c9e6a
1 changed files with 5 additions and 0 deletions
|
|
@ -27,3 +27,8 @@ extern Point pt;
|
|||
extern int status;
|
||||
extern char path[256];
|
||||
|
||||
extern void print_vars();
|
||||
extern int *new_int(int value);
|
||||
extern Point *new_Point(int x, int y);
|
||||
extern char *Point_print(Point *p);
|
||||
extern void pt_print();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue