diff options
| author | Dan Nicolaescu | 2010-06-01 19:32:43 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-01 19:32:43 -0700 |
| commit | 8923d6176b785c2d800d27960d55a7dec3fed71b (patch) | |
| tree | ce5f502a781c7e2d1d86d5055ddc748ae2099828 /ChangeLog | |
| parent | 3aeb940248b61c5506e855bc7c4d57e115d4160d (diff) | |
| download | emacs-8923d6176b785c2d800d27960d55a7dec3fed71b.tar.gz emacs-8923d6176b785c2d800d27960d55a7dec3fed71b.zip | |
Fix alloca definition when using gcc on non-gnu systems.
* configure.in: Use the code sequence indicated by "info autoconf"
for alloca (bug#6170).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Fix alloca definition when using gcc on non-gnu systems. | ||
| 4 | * configure.in: Use the code sequence indicated by "info autoconf" | ||
| 5 | for alloca (bug#6170). | ||
| 6 | |||
| 1 | 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * .bzrignore: Ignore new files from trunk, which appear if you use | 9 | * .bzrignore: Ignore new files from trunk, which appear if you use |