Ignore:
Timestamp:
2005-10-07T10:33:14+13:00 (19 years ago)
Author:
jrm21
Message:

tidied up interaction between flex/bison and greenstone's z3950 client
classes. renamed parse.y to zparse.y to make it more obvious it's related
to that stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/zparse.y

    r1450 r10705  
    3131#include <string.h>
    3232#include <ctype.h>
    33 #include "z3950cfg.h"
     33#include "z3950cfg.h" /* structure types, and #define of yyin/yyparse */
    3434
    3535#define YYDEBUG 1
    3636#define YYERROR_VERBOSE 1
    37 /* can't use default yyparse(), as this name is used elsewhere (eg mg)*/
    38 #define yyin    zconfigin
    39 #define yyparse zconfigparse
    4037char defLanguage=0;
    4138
Note: See TracChangeset for help on using the changeset viewer.