dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
/* Sparse.c has a procedure used with the tables generated by program
|
||||
CONTEXT when the sparse option is used */
|
||||
|
||||
int m_sprscon(i, j)
|
||||
int i, j ;
|
||||
int m_sprscon(int i, int j)
|
||||
{
|
||||
int k ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user