changeset 431:8fa1af332910

Another tweak from Timovj Lahde which he says makes it build on windows.
author Rob Landley <rob@landley.net>
date Wed, 18 Apr 2007 14:52:22 -0400
parents b331c8f04d55
children 01fb5d2a496e
files tcc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tcc.c	Sun Apr 08 13:13:32 2007 -0400
+++ b/tcc.c	Wed Apr 18 14:52:22 2007 -0400
@@ -9320,8 +9320,6 @@
                     flag_name, value);
 }
 
-#if !defined(LIBTCC)
-
 /* extract the basename of a file */
 static const char *tcc_basename(const char *name)
 {
@@ -9338,6 +9336,8 @@
     return p;
 }
 
+#if !defined(LIBTCC)
+
 static int64_t getclock_us(void)
 {
 #ifdef WIN32