# HG changeset patch # User mroi # Date 1056721302 0 # Node ID 80078f2c53f6fc0219a94cc816072b8aaabfd82a # Parent cd877501ba27196d6fe74770ba8dae206060886b this function actually has (void) parameters, not (...) diff -r cd877501ba27 -r 80078f2c53f6 vm.h --- a/vm.h Tue Jun 10 15:11:18 2003 +0000 +++ b/vm.h Fri Jun 27 13:41:42 2003 +0000 @@ -116,7 +116,7 @@ #define PTL_REG registers.SPRM[13] /* Initialisation & destruction */ -vm_t *vm_new_vm(); +vm_t *vm_new_vm(void); void vm_free_vm(vm_t *vm); /* IFO access */