Changeset 8312 for trunk

Show
Ignore:
Timestamp:
20/12/11 14:49:21 (5 months ago)
Author:
westram
Message:
  • corrected refs wrong since [7781]
Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/adperl.cxx

    r7624 r8312  
    127127 * 
    128128 * [Code-Tag: enum_conversion_functions] 
    129  * see also ../TOOLS/arb_proto_2_xsub.cxx@enum_type_replacement 
     129 * see also ../PERLTOOLS/arb_proto_2_xsub.cxx@enum_type_replacement 
    130130 */ 
    131131 
  • trunk/PERL2ARB/ARB_ext.c

    r6463 r8312  
    1010 
    1111 
    12 char *static_pntr                 = 0; // see ../TOOLS/arb_proto_2_xsub.cxx@static_pntr 
     12char *static_pntr                 = 0; // see ../PERLTOOLS/arb_proto_2_xsub.cxx@static_pntr 
    1313 
    1414static GB_HASH *gbp_cp_hash_table = 0; 
  • trunk/PERL2ARB/Makefile.main

    r7769 r8312  
    1111ARBDB=$(ARBHOME)/ARBDB 
    1212 
    13 # code in -> ../TOOLS/arb_proto_2_xsub.cxx 
     13# code in -> ../PERLTOOLS/arb_proto_2_xsub.cxx 
    1414ARB_PROTO_2_XSUB=$(ARBHOME)/bin/arb_proto_2_xsub 
    1515