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
|
|
@ -1056,7 +1056,7 @@ DOHString *DohNewString(const DOH *so) {
|
|||
* NewStringEmpty() - Create a new string
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
DOHString *DohNewStringEmpty() {
|
||||
DOHString *DohNewStringEmpty(void) {
|
||||
int max = INIT_MAXSIZE;
|
||||
String *str = (String *) DohMalloc(sizeof(String));
|
||||
str->hashkey = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue