From 2362bad21fdf65aca03a6825fcaea6073828f214 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 1 Jun 2006 01:49:08 +0000 Subject: [PATCH] Put an innocuous statement in this file to quelch warnings about compiling an empty file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28612 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/libm/temp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/GCCLibraries/libm/temp.c b/runtime/GCCLibraries/libm/temp.c index e69de29bb2d..163971a14f0 100644 --- a/runtime/GCCLibraries/libm/temp.c +++ b/runtime/GCCLibraries/libm/temp.c @@ -0,0 +1 @@ +typedef int INTEGER;