Mercurial > emacs
view src/s/aix4-2.h @ 24688:7b170d2184a4
(ccl_prog_stack_struct): Declare it as static.
(ccl_driver): Setup stack_idx and ccl_prog correctly. Update them
before returing.
(setup_ccl_program): Initialize ccl->stack_idx to 0.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 04 May 1999 05:42:55 +0000 |
parents | a8482d4262a4 |
children | c6181e97cf15 |
line wrap: on
line source
/* AIX 4.2 is missing alloca. */ #include "aix4-1.h" #ifndef __GNUC__ #undef HAVE_ALLOCA #endif