(file) Return to state.h CVS log (file) (dir) Up to [OMI] / omi / wql

Diff for /omi/wql/state.h between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:35 version 1.3, 2015/04/20 18:20:37
Line 31 
Line 31 
 typedef struct _WQL_State typedef struct _WQL_State
 { {
     /* The input buffer */     /* The input buffer */
     const MI_Char* text;      const ZChar* text;
     int size;     int size;
     int offset;     int offset;
  
     /* Current lexer pointer within text */     /* Current lexer pointer within text */
     const MI_Char* ptr;      const ZChar* ptr;
  
     /* Error status (0=okay, -1=error) */     /* Error status (0=okay, -1=error) */
     int status;     int status;


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2