aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorVlad Vissoultchev <wqweto@gmail.com>2016-04-11 01:26:32 +0300
committerVlad Vissoultchev <wqweto@gmail.com>2016-04-13 11:18:40 +0300
commitb3782c3cf5e66f74207303c381a305daabccdb12 (patch)
tree419082ba4ae5a1c0ceb1d85ce4493d4dc52496e4 /tcc.c
parent98ffeaa0c504dbc5c27c19b2b84ce4bc504b3527 (diff)
downloadtinycc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 6adb6b8..722bd4c 100644
--- a/tcc.c
+++ b/tcc.c
@@ -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"