source: trunk/src/gcc/boehm-gc/Mac_files/dataend.c@ 2

Last change on this file since 2 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.