home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir05
/
f011370.re_
/
f011370.re
Wrap
Text File
|
1996-04-02
|
2KB
|
54 lines
/*----------------------------------------------------------------------+
| |
| Copyright (c) 1985-93; Bentley Systems, Inc., All rights reserved. |
| |
| "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley |
| Systems, Inc. |
| |
| Limited permission is hereby granted to reproduce and modify this |
| copyrighted material provided that the resulting code is used only |
| in conjunction with Bentley Systems products under the terms of the |
| license agreement provided therein, and that this notice is retained |
| in its entirety in any such reproduction or modification. |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| msslvr.h -- Define Var and Eqn for MDL built-ins
| |
| $Workfile: msslvr.h $
| $Revision: 6.3 $
| $Date: 15 Dec 1994 10:34:30 $
| |
+----------------------------------------------------------------------*/
#if !defined (__msslvrH__)
#define __msslvrH__
/*----------------------------------------------------------------------+
| |
| Header File Dependencies |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Defines |
| |
+----------------------------------------------------------------------*/
#define VZERO mdlVar_zero ()
/*----------------------------------------------------------------------+
| |
| Macros |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Typedefs |
| |
+----------------------------------------------------------------------*/
typedef void *Var ;
typedef void *Eqn ;
typedef void *ConsPlan;
#endif /* __msslvrH__ */