ANSI function declaration

This commit is contained in:
Daniel M. Weeks 2016-01-22 22:33:57 -05:00
parent ec35e5825a
commit 7636df04c9
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ static void emit_macro (char *name, int size, float *coeff)
dw_printf ("\n"); dw_printf ("\n");
} }
int main () int main (void)
{ {
//int n; //int n;
char fff_profile; char fff_profile;