diff options
| author | Glenn Morris | 2010-06-02 22:41:49 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-02 22:41:49 -0700 |
| commit | 05b09564d2a44a4ebdce1932ce1cbcde459b0636 (patch) | |
| tree | 0ea81f328b9587b361dcb11668cb8e2f891ea0f9 /src/m | |
| parent | 824e29787c63227dd35f3421698fc6c0437e2a59 (diff) | |
| download | emacs-05b09564d2a44a4ebdce1932ce1cbcde459b0636.tar.gz emacs-05b09564d2a44a4ebdce1932ce1cbcde459b0636.zip | |
m/hp800.h simplification.
* src/m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
now that AH_BOTTOM does it.
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) */ |