[llvm-commits] CVS: llvm-java/runtime/runtime.c

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Feb 3 00:01:23 PST 2005



Changes in directory llvm-java/runtime:

runtime.c updated: 1.19 -> 1.20
---
Log message:

Eliminate warning about memcpy not being defined.


---
Diffs of the changes:  (+1 -1)

 runtime.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-java/runtime/runtime.c
diff -u llvm-java/runtime/runtime.c:1.19 llvm-java/runtime/runtime.c:1.20
--- llvm-java/runtime/runtime.c:1.19	Wed Feb  2 10:26:54 2005
+++ llvm-java/runtime/runtime.c	Thu Feb  3 02:01:13 2005
@@ -1,5 +1,5 @@
-
 #include <stdlib.h>
+#include <string.h>
 #include <llvm/Java/jni.h>
 
 struct llvm_java_object_base;






More information about the llvm-commits mailing list