From b3782c3cf5e66f74207303c381a305daabccdb12 Mon Sep 17 00:00:00 2001 From: Vlad Vissoultchev Date: Mon, 11 Apr 2016 01:26:32 +0300 Subject: Better pragma once guard This takes care of case-insensitive filenames (like on win32) --- tcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.c') 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" -- cgit v1.3.1