dtcm: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:10:42 +01:00
parent 7936fae07b
commit 35dc4283e4
20 changed files with 101 additions and 211 deletions

View File

@@ -56,7 +56,7 @@ program_object po = {
program_handle program = &po;
program_handle newph()
program_handle newph(void)
{
extern void initrtable2();
extern void initrtable3();
@@ -71,7 +71,7 @@ program_handle newph()
return(program);
}
program_handle getph()
program_handle getph(void)
{
return(program);
}