Files
sics/exebuf.i
Ferdi Franceschini 074f1cb3cd Update from PSI
r1039 | ffr | 2006-08-03 09:59:29 +1000 (Thu, 03 Aug 2006) | 2 lines
2012-11-15 12:45:27 +11:00

22 lines
456 B
OpenEdge ABL

#line 200 "exe.w"
/*--------------------------------------------------------------------
Internal header file for the exe buffer module. Do not edit. This is
automatically generated from exe.w
---------------------------------------------------------------------*/
#line 25 "exe.w"
typedef struct __EXEBUF{
char *name;
pDynString bufferContent;
int start;
int end;
int lineno;
} ExeBuf;
#line 205 "exe.w"