source: trunk/gc6.8/Mac_files/dataend.c

Last change on this file was 132, checked in by cinc, 19 years ago

Boehm-Demers-Weiser garbage collector. Single-threaded for OS/2.

File size: 121 bytes
Line 
1/*
2 dataend.c
3
4 A hack to get the extent of global data for the Macintosh.
5
6 by Patrick C. Beard.
7 */
8
9long __dataend;
Note: See TracBrowser for help on using the repository browser.