From 69e597dbe7cbdf6973d19edc4e1c063392cb05ca Mon Sep 17 00:00:00 2001 From: dfs Date: Tue, 3 Jul 2007 03:42:46 +0000 Subject: [PATCH] Kill off HAVE_PROTOS. --- src/langs/finnish.h | 8 ++------ src/langs/french.h | 8 ++------ src/langs/polish.h | 8 ++------ src/langs/portbr.h | 8 ++------ 4 files changed, 8 insertions(+), 24 deletions(-) diff --git a/src/langs/finnish.h b/src/langs/finnish.h index 65789551..238731b2 100644 --- a/src/langs/finnish.h +++ b/src/langs/finnish.h @@ -16,7 +16,7 @@ /* */ /***************************************************************/ -/* $Id: finnish.h,v 1.11 2007-07-01 20:12:19 dfs Exp $ */ +/* $Id: finnish.h,v 1.12 2007-07-03 03:42:46 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Finnish" @@ -517,11 +517,7 @@ EXTERN char *ErrMsg[] = /* The following is only used in init.c */ #ifdef L_IN_INIT #define L_USAGE_OVERRIDE 1 -#ifdef HAVE_PROTOS -PUBLIC void Usage(void) -#else -void Usage() -#endif /* HAVE_PROTOS */ +void Usage(void) { fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); fprintf(ErrFp, "Copyright 1999-2000 Roaring Penguin Software Inc.\n"); diff --git a/src/langs/french.h b/src/langs/french.h index 9b85436e..7af172c5 100644 --- a/src/langs/french.h +++ b/src/langs/french.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: french.h,v 1.9 2000-02-18 03:53:50 dfs Exp $ */ +/* $Id: french.h,v 1.10 2007-07-03 03:42:46 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "French" @@ -353,11 +353,7 @@ EXTERN char *ErrMsg[] = /* The following is only used in init.c */ #ifdef L_IN_INIT #define L_USAGE_OVERRIDE 1 -#ifdef HAVE_PROTOS -PUBLIC void Usage(void) -#else -void Usage() -#endif /* HAVE_PROTOS */ +void Usage(void) { fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); fprintf(ErrFp, "Copyright 1999-2000 Roaring Penguin Software Inc.\n"); diff --git a/src/langs/polish.h b/src/langs/polish.h index b3716add..0d918829 100644 --- a/src/langs/polish.h +++ b/src/langs/polish.h @@ -14,7 +14,7 @@ /* */ /***************************************************************/ -/* $Id: polish.h,v 1.9 2000-02-18 03:53:51 dfs Exp $ */ +/* $Id: polish.h,v 1.10 2007-07-03 03:42:46 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Polish" @@ -388,11 +388,7 @@ EXTERN char *ErrMsg[] = /* The following is only used in init.c */ #ifdef L_IN_INIT #define L_USAGE_OVERRIDE 1 -#ifdef HAVE_PROTOS -PUBLIC void Usage(void) -#else -void Usage() -#endif /* HAVE_PROTOS */ +void Usage(void) { fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); fprintf(ErrFp, "Copyright 1999-2000 Roaring Penguin Software Inc.\n"); diff --git a/src/langs/portbr.h b/src/langs/portbr.h index 5476f826..232e04a9 100644 --- a/src/langs/portbr.h +++ b/src/langs/portbr.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: portbr.h,v 1.8 2000-02-18 03:53:52 dfs Exp $ */ +/* $Id: portbr.h,v 1.9 2007-07-03 03:42:46 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Brazilian Portuguese" @@ -253,11 +253,7 @@ EXTERN char *ErrMsg[] = /* The following is only used in init.c */ #ifdef L_IN_INIT #define L_USAGE_OVERRIDE 1 -#ifdef HAVE_PROTOS -PUBLIC void Usage(void) -#else -void Usage() -#endif /* HAVE_PROTOS */ +void Usage(void) { fprintf(ErrFp, "\nREMIND %s (versao %s) (C) 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); fprintf(ErrFp, "(C) 1999-2000 Roaring Penguin Software Inc.\n");