add parameter list (or void) to all C functions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10926 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e4ef0a23d3
commit
61001d958f
13 changed files with 19 additions and 19 deletions
|
|
@ -345,7 +345,7 @@ DohObjInfo DohListType = {
|
|||
|
||||
#define MAXLISTITEMS 8
|
||||
|
||||
DOH *DohNewList() {
|
||||
DOH *DohNewList(void) {
|
||||
List *l;
|
||||
int i;
|
||||
l = (List *) DohMalloc(sizeof(List));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue