Changeset 64

Show
Ignore:
Timestamp:
1999-09-20 10:31:36 (9 years ago)
Author:
richard
Message:

Compile with Martin's updates.

Location:
trunk/xapian-core
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/Makefile.am

    r47 r64  
    1111 
    1212ACCESS_PROTO = proto_database.cc proto_db.c 
    13 ACCESS_DA = da_database.cc trial.cc 
     13ACCESS_DA = da_database.cc daread.c 
    1414 
    1515STEMMER_SRC = stem.c stem_en.cc 
  • trunk/xapian-core/backends/da/da_database.cc

    r62 r64  
    142142 
    143143    struct terminfo ti; 
    144     int found = DAterm(k, 0, &ti, DA_t); 
     144    int found = DAterm(k, &ti, DA_t); 
    145145 
    146146    if(found == 0) throw RangeError("Termid not found");