Define Alias M.Z.

This commit is contained in:
cvs
2001-04-27 08:38:20 +00:00
parent 63d84a85ad
commit 092e9f21d2
6 changed files with 349 additions and 2 deletions

View File

@@ -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