[PPL-devel] [GIT] ppl/ppl(master): A couple of corrections.

Roberto Bagnara roberto.bagnara at bugseng.com
Sun Oct 27 20:41:53 CET 2013


Module: ppl/ppl
Branch: master
Commit: 36781bcd0c14d4549fc685f52ce244cd83004a7b
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=36781bcd0c14d4549fc685f52ce244cd83004a7b

Author: Roberto Bagnara <roberto.bagnara at bugseng.com>
Date:   Sun Oct 27 20:41:26 2013 +0100

A couple of corrections.

---

 ...ppl_interface_generator_java_classes_cc_code.m4 |    2 +-
 ...l_interface_generator_java_classes_java_code.m4 |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/interfaces/Java/jni/ppl_interface_generator_java_classes_cc_code.m4 b/interfaces/Java/jni/ppl_interface_generator_java_classes_cc_code.m4
index 694e400..875936e 100644
--- a/interfaces/Java/jni/ppl_interface_generator_java_classes_cc_code.m4
+++ b/interfaces/Java/jni/ppl_interface_generator_java_classes_cc_code.m4
@@ -781,7 +781,7 @@ CATCH_ALL
 m4_define(`ppl_ at CLASS@_positive_time_elapse_assign_code',
 `dnl
 JNIEXPORT void JNICALL
-Java_parma_1polyhedra_1library_ at 1TOPOLOGY@@1CLASS at _positive_time_elapse_assign
+Java_parma_1polyhedra_1library_ at 1TOPOLOGY@@1CLASS at _positive_1time_1elapse_1assign
 (JNIEnv* env, jobject j_this, jobject j_y) try {
   @TOPOLOGY@@CPP_CLASS@* this_ptr
     = reinterpret_cast<@TOPOLOGY@@CPP_CLASS@*>(get_ptr(env, j_this));
diff --git a/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4 b/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4
index 952d803..9c74d98 100644
--- a/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4
+++ b/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4
@@ -337,10 +337,10 @@ ___BEGIN_OF_FILE___ @CLASS at .java << ___END_OF_FILE___
 
 ')
 
-m4_define(`ppl_ at CLASS@_positive_time_elapse_assign_code',
+m4_define(`ppl_ at TOPOLOGY@@CLASS at _positive_time_elapse_assign_code',
 `dnl
 ___END_OF_FILE___
-___BEGIN_OF_FILE___ @CLASS at .java << ___END_OF_FILE___
+___BEGIN_OF_FILE___ @TOPOLOGY@@CLASS at .java << ___END_OF_FILE___
     public native void positive_time_elapse_assign(@CLASS@ p);
 
 ')




More information about the PPL-devel mailing list