Fixes for ISO C89
This commit is contained in:
parent
5cc4591ae7
commit
2ded25d138
3 changed files with 4 additions and 3 deletions
|
|
@ -80,6 +80,7 @@ static void print_indent(int l) {
|
|||
void Swig_print_node(Node *obj) {
|
||||
Iterator ki;
|
||||
Node *cobj;
|
||||
List *keys = Keys(obj);
|
||||
|
||||
print_indent(0);
|
||||
if (debug_quiet)
|
||||
|
|
@ -87,7 +88,6 @@ void Swig_print_node(Node *obj) {
|
|||
else
|
||||
Printf(stdout, "+++ %s - %p ----------------------------------------\n", nodeType(obj), obj);
|
||||
|
||||
List *keys = Keys(obj);
|
||||
SortList(keys, 0);
|
||||
ki = First(keys);
|
||||
while (ki.item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue