diff options
Diffstat (limited to 'gc/Mac_files/dataend.c')
-rw-r--r-- | gc/Mac_files/dataend.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gc/Mac_files/dataend.c b/gc/Mac_files/dataend.c new file mode 100644 index 0000000..a3e3fe8 --- /dev/null +++ b/gc/Mac_files/dataend.c @@ -0,0 +1,9 @@ +/* + dataend.c + + A hack to get the extent of global data for the Macintosh. + + by Patrick C. Beard. + */ + +long __dataend; |