Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto-msg: don't test under memcheck or sanitizer
[simgrid.git] / src / bindings / java / jmsg_rngstream.cpp
index b29484385702e359bd364ba9cca606fc298ce3dd..cf069b30f51cf9d0b3d492eaf674e54b33eae10f 100644 (file)
@@ -10,7 +10,7 @@
 #include "jmsg_rngstream.h"
 #include "jxbt_utilities.hpp"
 
-SG_BEGIN_DECL()
+extern "C" {
 
 jfieldID jrngstream_bind;
 
@@ -145,5 +145,4 @@ JNIEXPORT jint JNICALL Java_org_simgrid_msg_RngStream_randInt(JNIEnv *env, jobje
 
   return (jint)RngStream_RandInt(rngstream, (int)i, (int)j);
 }
-
-SG_END_DECL()
+}