Files
sics/exebuf.i
koennecke bd533e6131 - Fixes for FOCUS 2D
- Mapped fileeval to exe manager
- Updates for TRICS file formats


SKIPPED:
	psi/libpsi.a
	psi/sinqhmdriv.c
	psi/sinqhttp.c
	psi/tabledrive.c
	psi/tasscan.c
	psi/hardsup/asynsrv_utility.c
	psi/hardsup/sinqhm.c
2006-05-23 15:05:28 +00: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"