comparison src/m/arm.h @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents 4542b72c005e
children 308d34e9f07d 861f2601a38b
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
28 #ifndef arm 28 #ifndef arm
29 #define arm 29 #define arm
30 #endif 30 #endif
31 31
32 /* crt0.c, if it is used, should use the i386-bsd style of entry. 32 /* crt0.c, if it is used, should use the i386-bsd style of entry.
33 with no extra dummy args. On USG and XENIX, 33 with no extra dummy args. On USG, NO_REMAP says this isn't used. */
34 NO_REMAP says this isn't used. */
35 34
36 /* Mly 16-Jan-96 16:38:32: this is part of a prototype -- same bug present in 35 /* Mly 16-Jan-96 16:38:32: this is part of a prototype -- same bug present in
37 other m*.h files */ 36 other m*.h files */
38 #define CRT0_DUMMIES int bogus_fp, 37 #define CRT0_DUMMIES int bogus_fp,
39 38