diff options
Diffstat (limited to 'src')
| -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) */ |