nsgml: Resolve symbol collision when building with SunStudio 12.1
[oweals/cde.git] / cde / programs / nsgmls / CatalogMessages.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: CatalogMessages.h /main/1 1996/07/29 16:47:02 cde-hp $ */
24 // This file was automatically generated from CatalogMessages.msg by msggen.pl.
25 #include "Message.h"
26
27 #ifdef SP_NAMESPACE
28 namespace SP_NAMESPACE {
29 #endif
30
31 struct CatalogMessages {
32   // 2100
33   static const MessageType0 nameExpected;
34   // 2101
35   static const MessageType0 literalExpected;
36   // 2102
37   static const MessageType0 nameOrLiteralExpected;
38   // 2103
39   static const MessageType0 nulChar;
40   // 2104
41   static const MessageType0 minimumData;
42   // 2105
43   static const MessageType0 eofInComment;
44   // 2106
45   static const MessageType0 eofInLiteral;
46   // 2107
47   static const MessageType0 overrideYesOrNo;
48   // 2108
49   static const MessageType0 inLoop;
50   // 2109
51   static const MessageType0 systemShouldQuote;
52   // 2110
53   static const MessageType1 noDocumentEntry;
54   // 2111
55   static const MessageType2 noPublicEntry;
56 };
57 const MessageType0 CatalogMessages::nameExpected(
58 MessageType::error,
59 #ifdef BUILD_LIBSP
60 MessageFragment::libModule,
61 #else
62 MessageFragment::appModule,
63 #endif
64 2100
65 #ifndef SP_NO_MESSAGE_TEXT
66 ,"name expected"
67 #endif
68 );
69 const MessageType0 CatalogMessages::literalExpected(
70 MessageType::error,
71 #ifdef BUILD_LIBSP
72 MessageFragment::libModule,
73 #else
74 MessageFragment::appModule,
75 #endif
76 2101
77 #ifndef SP_NO_MESSAGE_TEXT
78 ,"literal expected"
79 #endif
80 );
81 const MessageType0 CatalogMessages::nameOrLiteralExpected(
82 MessageType::error,
83 #ifdef BUILD_LIBSP
84 MessageFragment::libModule,
85 #else
86 MessageFragment::appModule,
87 #endif
88 2102
89 #ifndef SP_NO_MESSAGE_TEXT
90 ,"name or literal expected"
91 #endif
92 );
93 const MessageType0 CatalogMessages::nulChar(
94 MessageType::error,
95 #ifdef BUILD_LIBSP
96 MessageFragment::libModule,
97 #else
98 MessageFragment::appModule,
99 #endif
100 2103
101 #ifndef SP_NO_MESSAGE_TEXT
102 ,"nul character"
103 #endif
104 );
105 const MessageType0 CatalogMessages::minimumData(
106 MessageType::error,
107 #ifdef BUILD_LIBSP
108 MessageFragment::libModule,
109 #else
110 MessageFragment::appModule,
111 #endif
112 2104
113 #ifndef SP_NO_MESSAGE_TEXT
114 ,"not a minimum data character"
115 #endif
116 );
117 const MessageType0 CatalogMessages::eofInComment(
118 MessageType::error,
119 #ifdef BUILD_LIBSP
120 MessageFragment::libModule,
121 #else
122 MessageFragment::appModule,
123 #endif
124 2105
125 #ifndef SP_NO_MESSAGE_TEXT
126 ,"end of entity in comment"
127 #endif
128 );
129 const MessageType0 CatalogMessages::eofInLiteral(
130 MessageType::error,
131 #ifdef BUILD_LIBSP
132 MessageFragment::libModule,
133 #else
134 MessageFragment::appModule,
135 #endif
136 2106
137 #ifndef SP_NO_MESSAGE_TEXT
138 ,"end of entity in literal"
139 #endif
140 );
141 const MessageType0 CatalogMessages::overrideYesOrNo(
142 MessageType::error,
143 #ifdef BUILD_LIBSP
144 MessageFragment::libModule,
145 #else
146 MessageFragment::appModule,
147 #endif
148 2107
149 #ifndef SP_NO_MESSAGE_TEXT
150 ,"OVERRIDE requires argument of YES or NO"
151 #endif
152 );
153 const MessageType0 CatalogMessages::inLoop(
154 MessageType::error,
155 #ifdef BUILD_LIBSP
156 MessageFragment::libModule,
157 #else
158 MessageFragment::appModule,
159 #endif
160 2108
161 #ifndef SP_NO_MESSAGE_TEXT
162 ,"CATALOG entries cause loop"
163 #endif
164 );
165 const MessageType0 CatalogMessages::systemShouldQuote(
166 MessageType::warning,
167 #ifdef BUILD_LIBSP
168 MessageFragment::libModule,
169 #else
170 MessageFragment::appModule,
171 #endif
172 2109
173 #ifndef SP_NO_MESSAGE_TEXT
174 ,"second argument for SYSTEM entry should be quoted to avoid ambiguity"
175 #endif
176 );
177 const MessageType1 CatalogMessages::noDocumentEntry(
178 MessageType::error,
179 #ifdef BUILD_LIBSP
180 MessageFragment::libModule,
181 #else
182 MessageFragment::appModule,
183 #endif
184 2110
185 #ifndef SP_NO_MESSAGE_TEXT
186 ,"no DOCUMENT entry in catalog %1"
187 #endif
188 );
189 const MessageType2 CatalogMessages::noPublicEntry(
190 MessageType::error,
191 #ifdef BUILD_LIBSP
192 MessageFragment::libModule,
193 #else
194 MessageFragment::appModule,
195 #endif
196 2111
197 #ifndef SP_NO_MESSAGE_TEXT
198 ,"no entry for public identifier %1 in catalog %2"
199 #endif
200 );
201 #ifdef SP_NAMESPACE
202 }
203 #endif