home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Memory / MemShard.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  504 b   |  24 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        MemShard.cpp
  3.  
  4.     Contains:    Shared global for OpenDoc Memory subsystem
  5.  
  6.     Written by:    Jens Alfke
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>     9/29/94    RA        1189812: Mods for 68K build.
  13.          <1>      8/2/94    jpa        first checked in
  14.     To Do:
  15. */
  16.  
  17. #ifndef _ODTYPES_
  18. #include <ODTypes.h>
  19. #endif
  20.  
  21. /* Adkins -- added this pragma so that the gSystemHeap symbol can be exported from the library */
  22. #pragma lib_export on
  23. void* gSystemHeap = kODNULL;
  24.