- New oscillator module - Bug fixes SKIPPED: psi/buffer.c psi/el734hp.c psi/el737hpdriv.c psi/make_gen psi/nextrics.c psi/nxamor.c psi/pimotor.c psi/polterwrite.c psi/psi.c psi/swmotor2.c psi/tasscan.c psi/tricssupport.c psi/tricssupport.h psi/tecs/make_gen psi/utils/ecb_load_new/ecb_load.c psi/utils/ecb_load_new/ecb_load.h psi/utils/ecb_load_new/ecbdriv_els.c psi/utils/ecb_load_new/gpib_els.c psi/utils/ecb_load_new/makefile psi/utils/ecb_load_new/makefile_EGPIB psi/utils/ecb_load_new/makefile_GPIB
22 lines
456 B
OpenEdge ABL
22 lines
456 B
OpenEdge ABL
|
|
#line 196 "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 201 "exe.w"
|
|
|
|
|