diff options
| author | bellard <bellard> | 2006-10-16 19:44:00 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2006-10-16 19:44:00 +0000 |
| commit | 200b58dad81f4c871e6796695577076fa90ee0ed (patch) | |
| tree | 78417dc726c565822091fa3112faeb9cd88bcb36 /libtcc.h | |
| parent | 6ca0299e5b7b9d59a56c6d1674ee61b2bc84c608 (diff) | |
| download | tinycc-200b58dad81f4c871e6796695577076fa90ee0ed.tar.gz tinycc-200b58dad81f4c871e6796695577076fa90ee0ed.tar.bz2 | |
initial implementation of -E option
Diffstat (limited to 'libtcc.h')
| -rw-r--r-- | libtcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ int tcc_compile_string(TCCState *s, const char *buf); #define TCC_OUTPUT_EXE 1 /* executable file */ #define TCC_OUTPUT_DLL 2 /* dynamic library */ #define TCC_OUTPUT_OBJ 3 /* object file */ +#define TCC_OUTPUT_PREPROCESS 4 /* preprocessed file (used internally) */ int tcc_set_output_type(TCCState *s, int output_type); #define TCC_OUTPUT_FORMAT_ELF 0 /* default output format: ELF */ |
