summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 10:43:30 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 10:43:30 +0800
commit45a5058a15fae9664b45729fbf7617138fd470f6 (patch)
tree6548d9059d49c379cce003282cd10a4a79827d67 /include/pttstruct.h
parent9d246fa5599d15acc8e4c1b19e338deeff7e4473 (diff)
downloadpttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.gz
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.bz2
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.lz
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.xz
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.zst
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.zip
changed stuff.c board.c to i18n format
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1896 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 07f7a6e9..7b7ffc28 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -426,14 +426,12 @@ typedef struct {
time_t Ftouchtime;
int Fbusystate;
-#ifdef I18N
/* i18n(internationlization) */
char *i18nstr[MAX_LANG][MAX_STRING];
char i18nstrbody[20 * MAX_LANG * MAX_STRING];
/* Based on the statistis, we found the lengh of one string
is 20 bytes approximately.
*/
-#endif
} SHM_t;
typedef struct {