dthelp: Remove define M_PROTO that was always turned on (for all platforms) that...
[oweals/cde.git] / cde / programs / dthelp / parser / pass2 / htag2 / option.c
index 19a01dfadc4f3f886e746e2df6ae09fc75351de4..1c63a4980d43724add036b5c77a01d0f3f4457ea 100644 (file)
 #define TAGDOTOPT "helptag.opt"
 #define DOTOPT ".opt"
 
-#if defined(M_PROTO)
 void options(LOGICAL filelenonly)
-#else
-void options(filelenonly)
-  LOGICAL filelenonly;
-#endif
 {
 int i;
 FILE *optfile;
@@ -149,13 +144,7 @@ optval = M_NULLVAL;
 
 /* Set a single option */
 /* Workonly parameter described with function options()*/
-#if defined(M_PROTO)
 void setopt(char *string, LOGICAL filelenonly)
-#else
-void setopt(string, filelenonly)
-char *string;
-LOGICAL filelenonly;
-#endif
 {
 char *p;
 int thisopt;
@@ -207,14 +196,7 @@ else switch(thisopt + 1)
 }
 
 /* Process a value for a command line option */
-#if defined(M_PROTO)
 LOGICAL setvalopt(int thisopt, char *string, LOGICAL filelenonly)
-#else
-LOGICAL setvalopt(thisopt, string, filelenonly)
-int thisopt;
-char *string;
-LOGICAL filelenonly;
-#endif
 {
 char *p;
 int i;