mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
removed pragma for RISC OS
This commit is contained in:
parent
9a4e2a4c86
commit
0967b40c51
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-24 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
|
* longlong.h [__riscos__]: Removed #pragma which is not needed
|
||||||
|
anymore since the K&R multiline strings are gone.
|
||||||
|
|
||||||
2002-07-24 Werner Koch <wk@gnupg.org>
|
2002-07-24 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* longlong.h: Replaced all K&R multiline strings by ISO ones for
|
* longlong.h: Replaced all K&R multiline strings by ISO ones for
|
||||||
|
@ -94,9 +94,6 @@ MA 02111-1307, USA. */
|
|||||||
Please add support for more CPUs here, or improve the current support
|
Please add support for more CPUs here, or improve the current support
|
||||||
for the CPUs below! */
|
for the CPUs below! */
|
||||||
|
|
||||||
#ifdef __riscos__
|
|
||||||
#pragma continue_after_hash_error
|
|
||||||
#else /* !__riscos__ */
|
|
||||||
#if defined (__GNUC__) && !defined (NO_ASM)
|
#if defined (__GNUC__) && !defined (NO_ASM)
|
||||||
|
|
||||||
/* We sometimes need to clobber "cc" with gcc2, but that would not be
|
/* We sometimes need to clobber "cc" with gcc2, but that would not be
|
||||||
@ -1319,7 +1316,6 @@ extern USItype __udiv_qrnnd ();
|
|||||||
#endif /* __z8000__ */
|
#endif /* __z8000__ */
|
||||||
|
|
||||||
#endif /* __GNUC__ */
|
#endif /* __GNUC__ */
|
||||||
#endif /* !__riscos__ */
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************
|
/***************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user