Mercurial > emacs
view mac/inc/alloca.h @ 35374:3fc8f4c6ed56
(direct_output_for_insert): If char_ins_del_ok is
zero, use this method only at the end of a line.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 17 Jan 2001 16:53:55 +0000 |
parents | 923b8d6d8277 |
children | fb3498282d71 |
line wrap: on
line source
#ifndef _ALLOCA_H_ #define _ALLOCA_H_ #if __MRC__ void *__alloca(size_t size); #endif #endif