Changed return type of init functions to void.

This commit is contained in:
mainzelm 2001-01-01 17:18:17 +00:00
parent d69728b899
commit 949d50fbbe
1 changed files with 1 additions and 3 deletions

View File

@ -823,10 +823,8 @@ step 4
; Frank: begin
(define s48-init-boilerplate
"s48_value s48_init_~a(void)
"void s48_init_~a(void)
{~a
return S48_UNSPECIFIC;
}
")