aboutsummaryrefslogtreecommitdiffstats
path: root/intl/gmo.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-09-30 14:34:34 +0000
committerWerner Koch <[email protected]>2004-09-30 14:34:34 +0000
commit335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch)
treed5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /intl/gmo.h
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadgnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz
gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip
Preparing a new release. Updated gettext
Diffstat (limited to 'intl/gmo.h')
-rw-r--r--intl/gmo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/intl/gmo.h b/intl/gmo.h
index d1fe4d6b8..e7c9cc14b 100644
--- a/intl/gmo.h
+++ b/intl/gmo.h
@@ -1,5 +1,5 @@
/* Description of GNU message catalog format: general file layout.
- Copyright (C) 1995, 1997, 2000-2002 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997, 2000-2002, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
@@ -29,6 +29,7 @@
/* Revision number of the currently used .mo (binary) file format. */
#define MO_REVISION_NUMBER 0
+#define MO_REVISION_NUMBER_WITH_SYSDEP_I 1
/* The following contortions are an attempt to use the C preprocessor
to determine an unsigned integral type that is 32 bits wide. An
@@ -76,7 +77,7 @@ struct mo_file_header
/* The revision number of the file format. */
nls_uint32 revision;
- /* The following are only used in .mo files with major revision 0. */
+ /* The following are only used in .mo files with major revision 0 or 1. */
/* The number of strings pairs. */
nls_uint32 nstrings;