diff options
author | Stefan Bellon <[email protected]> | 2002-07-24 15:02:14 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-07-24 15:02:14 +0000 |
commit | 0967b40c512cabdfef41d54579fd8376b05b2b5c (patch) | |
tree | 9859f7e2881116b134e54ce76cfab38c21a502cc | |
parent | * longlong.h: Replaced all K&R multiline strings by ISO ones for (diff) | |
download | gnupg-0967b40c512cabdfef41d54579fd8376b05b2b5c.tar.gz gnupg-0967b40c512cabdfef41d54579fd8376b05b2b5c.zip |
removed pragma for RISC OS
Diffstat (limited to '')
-rw-r--r-- | mpi/ChangeLog | 5 | ||||
-rw-r--r-- | mpi/longlong.h | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 8f8a5d1bc..de8c1e18c 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,8 @@ +2002-07-24 Stefan Bellon <[email protected]> + + * longlong.h [__riscos__]: Removed #pragma which is not needed + anymore since the K&R multiline strings are gone. + 2002-07-24 Werner Koch <[email protected]> * longlong.h: Replaced all K&R multiline strings by ISO ones for diff --git a/mpi/longlong.h b/mpi/longlong.h index 1211be5e4..f7e1e88e8 100644 --- a/mpi/longlong.h +++ b/mpi/longlong.h @@ -94,9 +94,6 @@ 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 @@ -1319,7 +1316,6 @@ extern USItype __udiv_qrnnd (); #endif /* __z8000__ */ #endif /* __GNUC__ */ -#endif /* !__riscos__ */ /*************************************** |