author | Camm Maguire <camm@debian.org> | 2002年02月01日 21:09:19 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2002年02月01日 21:09:19 +0000 |
commit | d5c1ef3ef10f2f699c564a033793653431315d28 (patch) | |
tree | 26a3e72eda0d1101fad8acfc90ea649796485d08 | |
parent | 8dbffdd9159dc84b339177d27dd472f9627b96e7 (diff) | |
download | gcl-unlabeled-1.1.1.1.2.tar.gz |
-rwxr-xr-x | gcl/h/solaris.h | 2 |
diff --git a/gcl/h/solaris.h b/gcl/h/solaris.h index b8dc70213..ca6b2e9b0 100755 --- a/gcl/h/solaris.h +++ b/gcl/h/solaris.h @@ -2,7 +2,7 @@ #include "bsd.h" #ifdef i386 -/* #define DBEGIN 0x8000000 */ +#define DBEGIN 0x8000000 #define LITTLE_END #define NULL_OR_ON_C_STACK(x) (((x)==0) || ((unsigned long) x) < 0x8048000) #define IS_X86 |