diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 4 | ||||
-rw-r--r-- | mpi/longlong.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 9a60c3727..713b82df8 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,7 @@ +2001-08-20 Werner Koch <[email protected]> + + * longlong.h [__riscos__]: Need a special pragma here. + 2001-08-09 Werner Koch <[email protected]> * config.links: Added configuraton for powerpc-openbsd. By Peter diff --git a/mpi/longlong.h b/mpi/longlong.h index 84020773d..6cfb8c8ce 100644 --- a/mpi/longlong.h +++ b/mpi/longlong.h @@ -94,6 +94,9 @@ MA 02111-1307, USA. */ Please add support for more CPUs here, or improve the current support for the CPUs below! */ +#ifdef __riscos__ +#pragma continue_after_hash_error +#else /* !__riscos__ */ #if defined (__GNUC__) && !defined (NO_ASM) /* We sometimes need to clobber "cc" with gcc2, but that would not be @@ -1312,6 +1315,7 @@ extern USItype __udiv_qrnnd (); #endif /* __z8000__ */ #endif /* __GNUC__ */ +#endif /* !__riscos__ */ /*************************************** |