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 | |
| 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.
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/m/hp800.h | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8657265dab..3f66710b2bb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-06-03 Glenn Morris <rgm@gnu.org> | 1 | 2010-06-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it, | ||
| 4 | now that AH_BOTTOM does it. | ||
| 5 | |||
| 3 | * m/hp800.h (HAVE_ALLOCA): | 6 | * m/hp800.h (HAVE_ALLOCA): |
| 4 | * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed. | 7 | * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed. |
| 5 | 8 | ||
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) */ |