bringing SDL 1.2.14 from vendor into the main branch
[AROS-Contrib.git] / regina / rexxmsg.h
blobf8db0d8a41dd8527434da1219d6fb48365b2ec19
1 /*
2 * The Regina Rexx Interpreter
3 * Copyright (C) 2001 Mark Hessling <M.Hessling@qut.edu.au>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
15 * You should have received a copy of the GNU Library General Public
16 * License along with this library; if not, write to the Free
17 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 * $Id$
23 struct textindex
25 unsigned int errorno;
26 unsigned int suberrorno;
27 unsigned int textlength;
28 unsigned int fileoffset;
32 * The following number is generated by running 'msgcmp'. This number MUST
33 * match the first word in the binary error message files (*.mtb), or an
34 * error indicating that the error message files are corrupt will be
35 * displayed instead of a real error message.
37 #define NUMBER_ERROR_MESSAGES 248
39 #define LANGUAGE_ENGLISH 0
40 #define LANGUAGE_GERMAN 1
41 #define LANGUAGE_SPANISH 2
42 #define LANGUAGE_NORWEGIAN 3
43 #define LANGUAGE_PORTUGUESE 4
45 #define LANGUAGE_MAXIMUM 5