aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcc.c b/tcc.c
index 556ca38..32dc66c 100644
--- a/tcc.c
+++ b/tcc.c
@@ -20,8 +20,6 @@
#include "libtcc.c"
-#if !defined(LIBTCC)
-
void help(void)
{
printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2006 Fabrice Bellard\n"
@@ -565,4 +563,3 @@ int main(int argc, char **argv)
return ret;
}
-#endif