Index: interfaces/C/ppl_c.cc =================================================================== RCS file: /cvs/ppl/ppl/interfaces/C/ppl_c.cc,v retrieving revision 1.80 diff -c -d -c -r1.80 ppl_c.cc *** interfaces/C/ppl_c.cc 26 Apr 2003 05:51:28 -0000 1.80 --- interfaces/C/ppl_c.cc 20 Aug 2003 14:07:56 -0000 *************** *** 1582,1588 **** public: PIFunc(dimension_type* v, size_t n) ! : vec(v), vec_size(n), max_in_codomain_(not_a_dimension()) { } bool has_empty_codomain() const { --- 1582,1588 ---- public: PIFunc(dimension_type* v, size_t n) ! : vec(v), vec_size(n), max_in_codomain_(not_a_dimension()), empty(-1) { } bool has_empty_codomain() const {