dthelp: Change to ANSI function definitions
authorPeter Howkins <flibble@users.sf.net>
Thu, 28 Jun 2018 03:23:35 +0000 (04:23 +0100)
committerPeter Howkins <flibble@users.sf.net>
Thu, 28 Jun 2018 03:23:35 +0000 (04:23 +0100)
cde/programs/dthelp/parser/canon1/helptag/special.c

index a3b6cb829218646a91025287c6b92c35666727de..714311e62abd21b155115f93b004724f7306b2fc 100644 (file)
@@ -138,9 +138,8 @@ struct {
 #define NO8BITCHARS 256
 int invert[NO8BITCHARS], emptycell;
 
-main(argc, argv)
-int argc;
-char *argv[];
+int
+main(int argc, char *argv[])
 {
 int i, both = FALSE, spec = FALSE, coll = FALSE, error = FALSE ;