From 5c6509578e78db8978b19ab81c4f26398f13c82d Mon Sep 17 00:00:00 2001 From: grischka Date: Tue, 5 May 2009 20:41:17 +0200 Subject: make tcc from tcc.c and libtcc from libtcc.c --- tcc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tcc.c') 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 -- cgit v1.3.1