diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -656,6 +656,11 @@ struct TCCState { /* output file for preprocessing (-E) */ FILE *ppfp; + enum { + LINE_MACRO_OUTPUT_FORMAT_GCC, + LINE_MACRO_OUTPUT_FORMAT_NONE, + LINE_MACRO_OUTPUT_FORMAT_STD, + } Pflag; /* for -MD/-MF: collected dependencies for this compilation */ char **target_deps; |
