Remove all uses of PARAMS, since we now assume C89 or better.

This commit is contained in:
Paul Eggert
2002-10-21 05:30:50 +00:00
parent b8452344de
commit d33cb3ae09
29 changed files with 202 additions and 229 deletions

View File

@@ -64,6 +64,6 @@ enum report_e
};
extern int report_flag;
void getargs PARAMS ((int argc, char *argv[]));
void getargs (int argc, char *argv[]);
#endif /* !GETARGS_H_ */