Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 570:db376c5066a7
[xemacs-hg @ 2001-05-25 02:45:57 by martinb]
inline functions cannot call alloca
author | martinb |
---|---|
date | Fri, 25 May 2001 02:45:59 +0000 |
parents | 9cdcb214753f |
children | 4326eeed6933 |
comparison
equal
deleted
inserted
replaced
569:9cdcb214753f | 570:db376c5066a7 |
---|---|
1 2001-05-25 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * miscplay.c (waverequire): Don't inline. | |
4 Gcc can't inline functions that call alloca. | |
5 | |
1 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> | 6 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> |
2 | 7 |
3 * gui.c (gui_error_2): New function. | 8 * gui.c (gui_error_2): New function. |
4 * lisp.h (gui_error_2): Declare it. | 9 * lisp.h (gui_error_2): Declare it. |
5 | 10 |