home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir05 / f011370.re_ / f011370.re
Text File  |  1996-04-02  |  2KB  |  54 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (c) 1985-93;  Bentley Systems, Inc., All rights reserved.    |
  4. |                                    |
  5. | "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley    |
  6. |  Systems, Inc.                            |
  7. |                                    |
  8. |  Limited permission is hereby granted to reproduce and modify this    |
  9. |  copyrighted material provided that the resulting code is used only     |
  10. |  in conjunction with Bentley Systems products under the terms of the    |
  11. |  license agreement provided therein, and that this notice is retained    |
  12. |  in its entirety in any such reproduction or modification.        |
  13. |                                    |
  14. +----------------------------------------------------------------------*/
  15. /*----------------------------------------------------------------------+
  16. |                                    |
  17. |   msslvr.h  -- Define Var and Eqn for MDL built-ins
  18. |                                    |
  19. |   $Workfile:   msslvr.h  $
  20. |   $Revision:   6.3  $
  21. |          $Date:   15 Dec 1994 10:34:30  $
  22. |                                    |
  23. +----------------------------------------------------------------------*/
  24. #if !defined (__msslvrH__)
  25. #define __msslvrH__
  26. /*----------------------------------------------------------------------+
  27. |                                    |
  28. |   Header File Dependencies                        |
  29. |                                    |
  30. +----------------------------------------------------------------------*/
  31. /*----------------------------------------------------------------------+
  32. |                                    |
  33. |   Defines                                |
  34. |                                    |
  35. +----------------------------------------------------------------------*/
  36. #define    VZERO        mdlVar_zero ()
  37.  
  38. /*----------------------------------------------------------------------+
  39. |                                    |
  40. |   Macros                                |
  41. |                                    |
  42. +----------------------------------------------------------------------*/
  43.  
  44. /*----------------------------------------------------------------------+
  45. |                                    |
  46. |   Typedefs                                |
  47. |                                    |
  48. +----------------------------------------------------------------------*/
  49. typedef void *Var ;
  50. typedef void *Eqn ;
  51. typedef void *ConsPlan;
  52.  
  53. #endif            /* __msslvrH__ */
  54.