home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 March
/
VPR9703A.ISO
/
VPR_DATA
/
DOGA
/
SOURCES
/
POLYEDIT.LZH
/
ML
/
_SMLINIT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-21
|
3KB
|
137 lines
#include "_ml.h"
enum {
__MLInitID,
DebugModeID,
SetMaxCodeSizeID,
SetMaxGlobalsID,
SetMaxFunctionsID,
SetMaxStacksID,
ParseInitID,
ParseExitID,
ParseSentenseAllID,
ReportCodeSizeID,
ReportIdentID,
ExecInitID,
ExecExitID,
ExecSentenseAllID,
StringToObjectID,
NewConstID,
NewClassID,
ClassNameID,
FunctionNameID,
NewFunctionID,
NewOperatorID,
CallFunctionID,
CallFunctionParentID,
ParseErrorID,
ParseFatalID,
ExecErrorID,
ArgCheckID,
StackTopID,
StackPopID,
StackPushID,
StackPushBooleanID,
StackPushIntID,
StackPushRealID,
StackAllocID,
StackReleaseID,
StackMaxUsedID,
DataPrintID,
DataToStringID,
ObjectAllocID,
ObjectFreeID,
ObjectCheckID,
ObjectDupID,
ObjectCopyID,
};
void *___MLInit ;
void *_DebugMode ;
void *_SetMaxCodeSize ;
void *_SetMaxGlobals ;
void *_SetMaxFunctions ;
void *_SetMaxStacks ;
void *_ParseInit ;
void *_ParseExit ;
void *_ParseSentenseAll ;
void *_ReportCodeSize ;
void *_ReportIdent ;
void *_ExecInit ;
void *_ExecExit ;
void *_ExecSentenseAll ;
void *_StringToObject ;
void *_NewConst ;
void *_NewClass ;
void *_ClassName ;
void *_FunctionName ;
void *_NewFunction ;
void *_NewOperator ;
void *_CallFunction ;
void *_CallFunctionParent ;
void *_ParseError ;
void *_ParseFatal ;
void *_ExecError ;
void *_ArgCheck ;
void *_StackTop ;
void *_StackPop ;
void *_StackPush ;
void *_StackPushBoolean ;
void *_StackPushInt ;
void *_StackPushReal ;
void *_StackAlloc ;
void *_StackRelease ;
void *_StackMaxUsed ;
void *_DataPrint ;
void *_DataToString ;
void *_ObjectAlloc ;
void *_ObjectFree ;
void *_ObjectCheck ;
void *_ObjectDup ;
void *_ObjectCopy ;
void _MLInit()
{
___MLInit = __MLInit ;
_DebugMode = DebugMode ;
_SetMaxCodeSize = SetMaxCodeSize ;
_SetMaxGlobals = SetMaxGlobals ;
_SetMaxFunctions = SetMaxFunctions ;
_SetMaxStacks = SetMaxStacks ;
_ParseInit = ParseInit ;
_ParseExit = ParseExit ;
_ParseSentenseAll = ParseSentenseAll ;
_ReportCodeSize = ReportCodeSize ;
_ReportIdent = ReportIdent ;
_ExecInit = ExecInit ;
_ExecExit = ExecExit ;
_ExecSentenseAll = ExecSentenseAll ;
_StringToObject = StringToObject ;
_NewConst = NewConst ;
_NewClass = NewClass ;
_ClassName = ClassName ;
_FunctionName = FunctionName ;
_NewFunction = NewFunction ;
_NewOperator = NewOperator ;
_CallFunction = CallFunction ;
_CallFunctionParent = CallFunctionParent ;
_ParseError = ParseError ;
_ParseFatal = ParseFatal ;
_ExecError = ExecError ;
_ArgCheck = ArgCheck ;
_StackTop = StackTop ;
_StackPop = StackPop ;
_StackPush = StackPush ;
_StackPushBoolean = StackPushBoolean ;
_StackPushInt = StackPushInt ;
_StackPushReal = StackPushReal ;
_StackAlloc = StackAlloc ;
_StackRelease = StackRelease ;
_StackMaxUsed = StackMaxUsed ;
_DataPrint = DataPrint ;
_DataToString = DataToString ;
_ObjectAlloc = ObjectAlloc ;
_ObjectFree = ObjectFree ;
_ObjectCheck = ObjectCheck ;
_ObjectDup = ObjectDup ;
_ObjectCopy = ObjectCopy ;
}