diff options
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
