diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/hp800.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index fe44fd3da8d..3889a1a3e60 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h | |||
| @@ -29,12 +29,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 29 | This flag only matters if you use USE_LISP_UNION_TYPE. */ | 29 | This flag only matters if you use USE_LISP_UNION_TYPE. */ |
| 30 | #define EXPLICIT_SIGN_EXTEND | 30 | #define EXPLICIT_SIGN_EXTEND |
| 31 | 31 | ||
| 32 | /* Systems with GCC don't need to lose. */ | ||
| 33 | #ifdef __NetBSD__ | ||
| 34 | # ifdef __GNUC__ | ||
| 35 | # define alloca __builtin_alloca | ||
| 36 | # endif /* __GNUC__ */ | ||
| 37 | #endif /* __NetBSD__ */ | ||
| 38 | |||
| 39 | /* arch-tag: 809436e6-1645-4b92-b40d-2de5d6e7227c | 32 | /* arch-tag: 809436e6-1645-4b92-b40d-2de5d6e7227c |
| 40 | (do not change this comment) */ | 33 | (do not change this comment) */ |