eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis_special_c_directive1_specials.c
Go to the documentation of this file.
1SPECIAL_TEXT0(### C directives for one stage parsing {#c_directive1})
2
3 SPECIAL_TEXT0(In C, if we process in two steps, it is possible to mark directives)
4 SPECIAL_TEXT0(for the second step with "%%" instead of "#".)
5 SPECIAL_TEXT0(This means in particular, that the corresponding line will be expanded)
6 SPECIAL_TEXT0(during the first step.)
7 SPECIAL_TEXT0(To have the same effects when we process only in one step, under that mode)
8 SPECIAL_TEXT0(the directive is prefixed with `expand` to make sure that expansion takes place as well.)
9
10 SPECIAL_TEXT0(| start | end | category | note |)
11 SPECIAL_TEXT0(|-|-|-|-|)
12 SPECIAL_ADDON("%"":", "\n", directive)
13 SPECIAL_ADDON("%%", "\n", directive, "expand")
14 SPECIAL_ADDON("#", "\n", directive)
__directive__ end
Definition directives.c:561
__directive__ expand
Expand the remaining tokens on the line and re-interpret the result as a directive.
Definition directives.c:211
__directive__ line
The line directive as specified by the C standard.
Definition directives.c:71
@ directive
Definition ellipsis-category.h:39
#define SPECIAL_ADDON(STARTER, CLOSER, CAT,...)
Definition ellipsis-special.h:379
#define SPECIAL_TEXT0(...)
Definition ellipsis-special.h:383
@ first
Definition ellipsis-xml-entities.c:6546