no need to use PROTO.

This commit is contained in:
Vítor Santos Costa
2014-05-25 20:48:44 +01:00
parent 0ebea4ec26
commit 99ab3fb748
4 changed files with 4 additions and 4 deletions

View File

@@ -3244,7 +3244,7 @@ is_matrix(void)
return TRUE;
}
void PROTO(init_matrix, (void));
void init_matrix( void );
void
init_matrix(void)