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

Module: ppl/ppl Branch: master Commit: 90f18fa7da955d2a811e70d8927ba7c283205e7b URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=90f18fa7da955...
Author: Patricia Hill p.m.hill@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_@TOPOLOGY@@CLASS@_recycle_@BUILD_REPRESENT@s +simple, ppl_assign_@TOPOLOGY@@CLASS@_from_@TOPOLOGY@@CLASS@ +simple, ppl_@CLASS@_add_recycled_@CLASS_REPRESENT@s +simple, +ppl_@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_@CLASS@_fold_space_dimensions/3 +all, ppl_@CLASS@_map_space_dimensions/2 +all, ppl_@CLASS@_ascii_dump/1 +all, ppl_@CLASS@_@MEMBYTES@/2 +all, -ppl_@CLASS@_wrap_assign/8 +simple, dnl dnl NOTE: The next few schemas provide special widenings and dnl extrapolations that depend on the domains.
participants (1)
-
Patricia Hill