Changeset 8312
- Timestamp:
- 20/12/11 14:49:21 (5 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
ARBDB/adperl.cxx (modified) (1 diff)
-
PERL2ARB/ARB_ext.c (modified) (1 diff)
-
PERL2ARB/Makefile.main (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adperl.cxx
r7624 r8312 127 127 * 128 128 * [Code-Tag: enum_conversion_functions] 129 * see also ../ TOOLS/arb_proto_2_xsub.cxx@enum_type_replacement129 * see also ../PERLTOOLS/arb_proto_2_xsub.cxx@enum_type_replacement 130 130 */ 131 131 -
trunk/PERL2ARB/ARB_ext.c
r6463 r8312 10 10 11 11 12 char *static_pntr = 0; // see ../ TOOLS/arb_proto_2_xsub.cxx@static_pntr12 char *static_pntr = 0; // see ../PERLTOOLS/arb_proto_2_xsub.cxx@static_pntr 13 13 14 14 static GB_HASH *gbp_cp_hash_table = 0; -
trunk/PERL2ARB/Makefile.main
r7769 r8312 11 11 ARBDB=$(ARBHOME)/ARBDB 12 12 13 # code in -> ../ TOOLS/arb_proto_2_xsub.cxx13 # code in -> ../PERLTOOLS/arb_proto_2_xsub.cxx 14 14 ARB_PROTO_2_XSUB=$(ARBHOME)/bin/arb_proto_2_xsub 15 15
