Next batch...

This commit is contained in:
Manoel Trapier
2013-03-13 18:56:03 +01:00
committed by Manoël Trapier
parent c5bfc89269
commit 41f96d5169
85 changed files with 1138 additions and 1727 deletions

View File

@@ -19,7 +19,7 @@
extern short nrglobals;
init_globals()
int init_globals(void *dummy)
{
/* Assign a 'global variable number (o_globnr) to
* every global variable for which we want to
@@ -59,4 +59,5 @@ init_globals()
}
}
nrglobals = nr -1;
return 0;
}