Define Alias M.Z.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#ifndef SICSINTERPRETER
|
||||
#define SICSINTERPRETER
|
||||
#include "Scommon.h"
|
||||
/* M.Z. */
|
||||
#include "definealias.i"
|
||||
|
||||
typedef struct __SConnection *pSConnection;
|
||||
typedef struct __SINTER *pSicsInterp;
|
||||
@@ -35,6 +37,7 @@ typedef struct __SINTER
|
||||
OutCode eOut;
|
||||
void *pTcl;
|
||||
int iDeleting;
|
||||
AliasList AList; /* M.Z. */
|
||||
}SicsInterp;
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
@@ -128,5 +131,6 @@ typedef struct __SINTER
|
||||
to the commands data structure is retuned. Else NULL
|
||||
*/
|
||||
void *FindCommandData(SicsInterp *pSics, char *name, char *comclass);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user