52 lines
1.3 KiB
C
52 lines
1.3 KiB
C
/*
|
|
----
|
|
This file is part of the PD system
|
|
Copyright (C) 1998 Ralf Hartmut Gueting, Fachbereich Informatik, FernUniversitaet Hagen
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
as published by the Free Software Foundation; either version 2
|
|
of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
----
|
|
|
|
*/
|
|
# define OPEN 257
|
|
# define CLOSE 258
|
|
# define EPAR 259
|
|
# define DEFLINE 260
|
|
# define LETTER 261
|
|
# define DIGIT 262
|
|
# define OTHER 263
|
|
# define TILDE 264
|
|
# define STAR 265
|
|
# define QUOTE 266
|
|
# define BLANKTILDE 267
|
|
# define BLANKSTAR 268
|
|
# define BLANKQUOTE 269
|
|
# define HEAD1 270
|
|
# define HEAD2 271
|
|
# define HEAD3 272
|
|
# define HEAD4 273
|
|
# define HEAD5 274
|
|
# define ENUM1 275
|
|
# define ENUM2 276
|
|
# define BULLET1 277
|
|
# define BULLET2 278
|
|
# define FOLLOW1 279
|
|
# define FOLLOW2 280
|
|
# define DISPLAY 281
|
|
# define FIGURE 282
|
|
# define STARTREF 283
|
|
# define REF 284
|
|
# define VERBATIM 285
|
|
# define PARFORMAT 286
|
|
# define CHARFORMAT 287
|
|
# define TTFORMAT 288
|
|
# define DUS 289
|
|
# define BLANKDUS 289
|