2 std_pp.h - MaLa standard preprocessor declarations
4 Copyright (C) 2007, Christian Thaeter <ct@pipapo.org>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License version 2 as
8 published by the Free Software Foundation.
10 This program 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
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, contact me.
25 MALA_PARSER_DEFINE(ppbackquote
);
26 MALA_PARSER_DEFINE(ppquoted
);
27 MALA_PARSER_DEFINE(ppdquoted
);
28 MALA_PARSER_DEFINE(ppnumsplit
);
29 MALA_PARSER_DEFINE(ppexclam
);
30 MALA_PARSER_DEFINE(ppno
);
31 MALA_PARSER_DEFINE(ppassign
);
32 MALA_PARSER_DEFINE(ppchar
);
33 MALA_PARSER_DEFINE(ppplus
);
34 MALA_PARSER_DEFINE(ppunderscore
);
35 MALA_PARSER_DEFINE(ppsection
);
36 MALA_PARSER_DEFINE(ppassignconcat
);
37 MALA_PARSER_DEFINE(ppenvsubst
);
38 MALA_PARSER_DEFINE(ppsetenv
);
39 MALA_PARSER_DEFINE(ppbrace
);
40 MALA_PARSER_DEFINE(pplist
);
41 MALA_PARSER_DEFINE(ppcommand
);
42 MALA_PARSER_DEFINE(pptokenize
);
43 MALA_PARSER_DEFINE(ppdashdash
);
46 mala_module_std_pp_init (MalaEngine self
);
48 #endif /* MALA_STD_PP_H */
53 // c-file-style: "gnu"