Diff for /Amaya/amaya/XPointer.h between versions 1.3 and 1.4

version 1.3, 2000/09/22 07:36:18 version 1.4, 2001/02/20 09:40:05
Line 61  typedef symTableCtx *symTableCtxPtr; Line 61  typedef symTableCtx *symTableCtxPtr;
 /* the node info that the parsing will return */  /* the node info that the parsing will return */
 typedef struct _nodeInfo {  typedef struct _nodeInfo {
   Element  el;    Element  el;
   char node[10];    char *node;      /* temporary buffer for storing a node's name */
     int  nodeSize;   /* size of the above temporary buffer */
   nodeType type;    nodeType type;
   int  startC;    int  startC;
   int  endC;    int  endC;

Removed from v.1.3  
changed lines
  Added in v.1.4


Webmaster