diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-01 01:49:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-01 01:49:08 +0000 |
commit | 2362bad21fdf65aca03a6825fcaea6073828f214 (patch) | |
tree | 9575d3e0493207194533acc645d294aafbd66284 /runtime | |
parent | b0e2fbc7305baa4e493ba2e33dbdf3cc2319da65 (diff) |
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
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/libm/temp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libm/temp.c b/runtime/GCCLibraries/libm/temp.c index e69de29bb2..163971a14f 100644 --- a/runtime/GCCLibraries/libm/temp.c +++ b/runtime/GCCLibraries/libm/temp.c @@ -0,0 +1 @@ +typedef int INTEGER; |