[PPL-devel] [GIT] ppl/ppl(master): The wrap_assign has only been added to the C interface

Patricia Hill p.m.hill at leeds.ac.uk
Mon Mar 1 12:07:24 CET 2010


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

Author: Patricia Hill <p.m.hill at leeds.ac.uk>
Date:   Mon Mar  1 11:05:37 2010 +0000

The wrap_assign has only been added to the C interface
so the procedure must be local to the C interface.

---

 ...l_interface_generator_c_procedure_generators.m4 |    1 +
 ...erface_generator_common_procedure_generators.m4 |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interfaces/C/ppl_interface_generator_c_procedure_generators.m4 b/interfaces/C/ppl_interface_generator_c_procedure_generators.m4
index fde20b3..9aa2a19 100644
--- a/interfaces/C/ppl_interface_generator_c_procedure_generators.m4
+++ b/interfaces/C/ppl_interface_generator_c_procedure_generators.m4
@@ -43,5 +43,6 @@ m4_define(`m4_procedure_list',
 ppl_new_ at TOPOLOGY@@CLASS at _recycle_@BUILD_REPRESENT at s +simple,
 ppl_assign_ at TOPOLOGY@@CLASS at _from_@TOPOLOGY@@CLASS@ +simple,
 ppl_ at CLASS@_add_recycled_ at CLASS_REPRESENT@s +simple,
+ppl_ at CLASS@_wrap_assign +simple,
 )
 ')
diff --git a/interfaces/ppl_interface_generator_common_procedure_generators.m4 b/interfaces/ppl_interface_generator_common_procedure_generators.m4
index 32ea300..a6242ce 100644
--- a/interfaces/ppl_interface_generator_common_procedure_generators.m4
+++ b/interfaces/ppl_interface_generator_common_procedure_generators.m4
@@ -91,7 +91,6 @@ ppl_ at CLASS@_fold_space_dimensions/3  +all,
 ppl_ at CLASS@_map_space_dimensions/2 +all,
 ppl_ at CLASS@_ascii_dump/1 +all,
 ppl_ at CLASS@_ at MEMBYTES@/2 +all,
-ppl_ at CLASS@_wrap_assign/8  +simple,
 dnl
 dnl NOTE: The next few schemas provide special widenings and
 dnl       extrapolations that depend on the domains.




More information about the PPL-devel mailing list