diff options
author | simonm <unknown> | 1998-12-02 13:32:30 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-12-02 13:32:30 +0000 |
commit | 438596897ebbe25a07e1c82085cfbc5bdb00f09e (patch) | |
tree | da7a441396aed2e13f6e0cc55282bf041b0cf72c /aclocal.m4 | |
parent | 967cc47f37cb93a5e2b6df7822c9a646f0428247 (diff) | |
download | haskell-438596897ebbe25a07e1c82085cfbc5bdb00f09e.tar.gz |
[project @ 1998-12-02 13:17:09 by simonm]
Move 4.01 onto the main trunk.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index f2f8006856..2ea2349a19 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.34 1998/11/24 21:28:00 reid Exp $ +dnl $Id: aclocal.m4,v 1.35 1998/12/02 13:17:10 simonm Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -470,7 +470,7 @@ for i in etext _etext __etext; do fi done if test "$not_done" = 1; then -FPTOOLS_IN_SCOPE(etext asm("etext"),etext,fptools_cv_end_of_text) +FPTOOLS_IN_SCOPE(etext asm("etext"),etext,fptools_cv_end_of_text); if test "$fptools_cv_end_of_text" = yes; then AC_DEFINE(TEXT_SECTION_END_MARKER_DECL, etext asm("etext")) AC_DEFINE(TEXT_SECTION_END_MARKER, etext) @@ -496,7 +496,7 @@ for i in end _end __end; do fi done if test "$not_done" = 1; then -FPTOOLS_IN_SCOPE(end asm("end"),end,fptools_cv_end_of_data) +FPTOOLS_IN_SCOPE(end asm("end"),end,fptools_cv_end_of_data); if test "$fptools_cv_end_of_data" = yes; then AC_DEFINE(DATA_SECTION_END_MARKER_DECL, end asm("end")) AC_DEFINE(DATA_SECTION_END_MARKER, end) |