view mac/inc/alloca.h @ 34159:a734985ec0bc

(x_produce_glyphs): If a font for a component of a composition is not found, use 1 pixel dot ascent and 0 dot descent value to avoid displaying terribly tall empty boxes.
author Kenichi Handa <handa@m17n.org>
date Mon, 04 Dec 2000 01:20:30 +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