dtcalc: Further remove K&R function prototypes and replace with ANSI.

This commit is contained in:
Peter Howkins
2012-11-19 14:28:52 +00:00
parent f4339cd58e
commit e56e3f74e6
2 changed files with 49 additions and 69 deletions

View File

@@ -674,7 +674,7 @@ void MPstr_to_num P((char *, enum base_type, int *)) ;
void paren_disp P((char)) ;
void process_event P((int)) ;
void process_item P((int)) ;
void process_parens P((int)) ;
void process_parens P((char)) ;
void process_stack P((int, int, int)) ;
void process_str P((char *, enum menu_type)) ;
void push_num P((int *)) ;