aboutsummaryrefslogtreecommitdiff
path: root/runtime/libtrace/tracelib.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-20 21:15:30 +0000
committerChris Lattner <sabre@nondot.org>2002-05-20 21:15:30 +0000
commit2bb5c7f6bfcf015d7edb61000ecd0071b2a75abb (patch)
treeae4180b7a0701370d25815830cb5ba7b76630960 /runtime/libtrace/tracelib.h
parent7add8bdc08da804e400f7aaf39f5a7a97d177f48 (diff)
* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn
* Don't put extra stuff after #endif git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libtrace/tracelib.h')
-rw-r--r--runtime/libtrace/tracelib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libtrace/tracelib.h b/runtime/libtrace/tracelib.h
index 493e703566..f700a00317 100644
--- a/runtime/libtrace/tracelib.h
+++ b/runtime/libtrace/tracelib.h
@@ -37,4 +37,4 @@ extern void ReleasePointersPopSet();
/*===---------------------------------------------------------------------===*/
-#endif _TEST_LIBRARIES_LIBINSTR_TRACELIB_
+#endif