From f8d91f559a8d848c777bcff4622323e88d78d77c Mon Sep 17 00:00:00 2001 From: dfs Date: Mon, 2 Feb 1998 02:58:20 +0000 Subject: [PATCH] -- Removed unneeded L_DAYINIT macro. --- src/langs/danish.h | 5 +---- src/langs/dutch.h | 5 +---- src/langs/english.h | 5 +---- src/langs/finnish.h | 5 +---- src/langs/french.h | 5 +---- src/langs/german.h | 5 +---- src/langs/italian.h | 6 +----- src/langs/norwgian.h | 5 +---- src/langs/polish.h | 9 +-------- src/langs/portbr.h | 5 +---- src/langs/romanian.h | 5 +---- 11 files changed, 11 insertions(+), 49 deletions(-) diff --git a/src/langs/danish.h b/src/langs/danish.h index 57029f4d..5165bb77 100644 --- a/src/langs/danish.h +++ b/src/langs/danish.h @@ -11,7 +11,7 @@ /* */ /***************************************************************/ -/* $Id: danish.h,v 1.2 1998-01-17 22:09:59 dfs Exp $ */ +/* $Id: danish.h,v 1.3 1998-02-02 02:58:20 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Danish" @@ -33,9 +33,6 @@ # define L_SATURDAY "Loerdag" #endif -/* Day initials - first letter only */ -#define L_DAYINIT "SMTOTFL" - /* Month names */ #define L_JAN "Januar" #define L_FEB "Februar" diff --git a/src/langs/dutch.h b/src/langs/dutch.h index d7ee2109..52e6fdbe 100644 --- a/src/langs/dutch.h +++ b/src/langs/dutch.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: dutch.h,v 1.1 1998-01-15 02:50:44 dfs Exp $ */ +/* $Id: dutch.h,v 1.2 1998-02-02 02:58:20 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Dutch" @@ -29,9 +29,6 @@ #define L_FRIDAY "vrijdag" #define L_SATURDAY "zaterdag" -/* Day initials - first letter only */ -#define L_DAYINIT "zmdwdvz" - /* Month names */ #define L_JAN "januari" #define L_FEB "februari" diff --git a/src/langs/english.h b/src/langs/english.h index a26bbe95..f8827992 100644 --- a/src/langs/english.h +++ b/src/langs/english.h @@ -9,7 +9,7 @@ /* */ /***************************************************************/ -/* $Id: english.h,v 1.1 1998-01-15 02:50:45 dfs Exp $ */ +/* $Id: english.h,v 1.2 1998-02-02 02:58:21 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "English" @@ -23,9 +23,6 @@ #define L_FRIDAY "Friday" #define L_SATURDAY "Saturday" -/* Day initials - first letter only */ -#define L_DAYINIT "SMTWTFS" - /* Month names */ #define L_JAN "January" #define L_FEB "February" diff --git a/src/langs/finnish.h b/src/langs/finnish.h index 10ebd40d..93c8497f 100644 --- a/src/langs/finnish.h +++ b/src/langs/finnish.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: finnish.h,v 1.2 1998-01-17 22:09:59 dfs Exp $ */ +/* $Id: finnish.h,v 1.3 1998-02-02 02:58:21 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Finnish" @@ -29,9 +29,6 @@ #define L_FRIDAY "perjantai" #define L_SATURDAY "lauantai" -/* Day initials - first letter only */ -#define L_DAYINIT "SMTKTPL" - /* Month names */ #define L_JAN "tammikuu" #define L_FEB "helmikuu" diff --git a/src/langs/french.h b/src/langs/french.h index e617f341..9ec6b148 100644 --- a/src/langs/french.h +++ b/src/langs/french.h @@ -14,7 +14,7 @@ /* */ /***************************************************************/ -/* $Id: french.h,v 1.2 1998-01-17 22:10:00 dfs Exp $ */ +/* $Id: french.h,v 1.3 1998-02-02 02:58:21 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "French" @@ -28,9 +28,6 @@ #define L_FRIDAY "vendredi" #define L_SATURDAY "samedi" -/* Day initials - first letter only */ -#define L_DAYINIT "dlmmjvs" - /* Month names */ #define L_JAN "janvier" #if ISOLATIN1 diff --git a/src/langs/german.h b/src/langs/german.h index 2b731b21..b39cb244 100644 --- a/src/langs/german.h +++ b/src/langs/german.h @@ -13,7 +13,7 @@ /* */ /***************************************************************/ -/* $Id: german.h,v 1.2 1998-01-17 22:10:00 dfs Exp $ */ +/* $Id: german.h,v 1.3 1998-02-02 02:58:21 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "German" @@ -27,9 +27,6 @@ #define L_FRIDAY "Freitag" #define L_SATURDAY "Samstag" -/* Day initials - first letter only */ -#define L_DAYINIT "SMDMDFS" - /* Month names */ #define L_JAN "Januar" #define L_FEB "Februar" diff --git a/src/langs/italian.h b/src/langs/italian.h index 502ae358..ec6417c4 100644 --- a/src/langs/italian.h +++ b/src/langs/italian.h @@ -11,7 +11,7 @@ /* */ /***************************************************************/ -/* $Id: italian.h,v 1.2 1998-01-17 22:10:00 dfs Exp $ */ +/* $Id: italian.h,v 1.3 1998-02-02 02:58:22 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Italian" @@ -35,10 +35,6 @@ #define L_SATURDAY "Sabato" #endif /* ISOLATIN */ - -/* Day initials - first letter only */ -#define L_DAYINIT "DLMMGVS" - /* Month names */ #define L_JAN "Gennaio" #define L_FEB "Febbraio" diff --git a/src/langs/norwgian.h b/src/langs/norwgian.h index 13a822f9..e2a5e98d 100644 --- a/src/langs/norwgian.h +++ b/src/langs/norwgian.h @@ -10,7 +10,7 @@ /* */ /***************************************************************/ -/* $Id: norwgian.h,v 1.2 1998-01-17 22:10:01 dfs Exp $ */ +/* $Id: norwgian.h,v 1.3 1998-02-02 02:58:22 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Norwegian" @@ -32,9 +32,6 @@ # define L_SATURDAY "Loerdag" #endif -/* Day initials - first letter only */ -#define L_DAYINIT "SMTOTFL" - /* Month names */ #define L_JAN "Januar" #define L_FEB "Februar" diff --git a/src/langs/polish.h b/src/langs/polish.h index 266ba7e2..70dcd559 100644 --- a/src/langs/polish.h +++ b/src/langs/polish.h @@ -13,7 +13,7 @@ /* */ /***************************************************************/ -/* $Id: polish.h,v 1.2 1998-01-17 22:10:01 dfs Exp $ */ +/* $Id: polish.h,v 1.3 1998-02-02 02:58:22 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Polish" @@ -37,13 +37,6 @@ # define L_SATURDAY "Sobota" #endif -/* Day initials - first letter only */ -#if ISOLATIN1 -#define L_DAYINIT "NPW\246CPS" -#else -#define L_DAYINIT "NPWSCPS" -#endif - /* Month names */ #if ISOLATIN1 # define L_JAN "Stycze\361" diff --git a/src/langs/portbr.h b/src/langs/portbr.h index 0779379d..8d11044a 100644 --- a/src/langs/portbr.h +++ b/src/langs/portbr.h @@ -14,7 +14,7 @@ /* */ /***************************************************************/ -/* $Id: portbr.h,v 1.1 1998-01-15 02:50:47 dfs Exp $ */ +/* $Id: portbr.h,v 1.2 1998-02-02 02:58:22 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Brazilian Portuguese" @@ -28,9 +28,6 @@ #define L_FRIDAY "sexta" #define L_SATURDAY "sabado" -/* Day initials - first letter only */ -#define L_DAYINIT "dstqqss" - /* Month names */ #define L_JAN "janeiro" #define L_FEB "fevereiro" diff --git a/src/langs/romanian.h b/src/langs/romanian.h index 779fdadd..48aefe08 100644 --- a/src/langs/romanian.h +++ b/src/langs/romanian.h @@ -13,7 +13,7 @@ /* */ /***************************************************************/ -/* $Id: romanian.h,v 1.1 1998-01-15 02:50:47 dfs Exp $ */ +/* $Id: romanian.h,v 1.2 1998-02-02 02:58:22 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Romanian" @@ -27,9 +27,6 @@ #define L_FRIDAY "Vineri" #define L_SATURDAY "Sambata" -/* Day initials - first letter only */ -#define L_DAYINIT "DLMMJVS" - /* Month names */ #define L_JAN "Ianuarie" #define L_FEB "Februarie"