diff options
| author | Vlad Vissoultchev <wqweto@gmail.com> | 2016-04-11 01:26:32 +0300 |
|---|---|---|
| committer | Vlad Vissoultchev <wqweto@gmail.com> | 2016-04-13 11:18:40 +0300 |
| commit | b3782c3cf5e66f74207303c381a305daabccdb12 (patch) | |
| tree | 419082ba4ae5a1c0ceb1d85ce4493d4dc52496e4 /tcc.c | |
| parent | 98ffeaa0c504dbc5c27c19b2b84ce4bc504b3527 (diff) | |
| download | tinycc-b3782c3cf5e66f74207303c381a305daabccdb12.tar.gz tinycc-b3782c3cf5e66f74207303c381a305daabccdb12.tar.bz2 | |
Better pragma once guard
This takes care of case-insensitive filenames (like on win32)
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ static void help(void) " -Usym undefine 'sym'\n" " -E preprocess only\n" " -P[1] no/alternative output of #line directives with -E\n" - " -dD -dM dump defines (only with -E)\n" + " -d{D|M} dump defines (only with -E)\n" "Linker options:\n" " -Ldir add library path 'dir'\n" " -llib link with dynamic or static library 'lib'\n" |
