diff options
| author | Urs Janssen <urs@hq.tin.org> | 2013-02-14 08:24:51 +0100 |
|---|---|---|
| committer | Urs Janssen <urs@hq.tin.org> | 2013-02-14 08:24:51 +0100 |
| commit | 062efe6ab851c1a926dae5c9202558e885e89f31 (patch) | |
| tree | b83f5bdc6554f377f876036f8528e418bc06c633 /tcc.c | |
| parent | 944627c479f01d919f10f9d9dd807cca43bf7aba (diff) | |
| download | tinycc-062efe6ab851c1a926dae5c9202558e885e89f31.tar.gz tinycc-062efe6ab851c1a926dae5c9202558e885e89f31.tar.bz2 | |
- make clang accept unportable code in libtcc1.c
- add -dumpversion cmd.line opt
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ static void help(void) " -w disable all warnings\n" " -v show version\n" " -vv show included files (as sole argument: show search paths)\n" + " -dumpversion\n" " -bench show compilation statistics\n" "Preprocessor options:\n" " -E preprocess only\n" |
