Mercurial > hg > xemacs-beta
comparison src/mule-ccl.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 131b0175ea99 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
585 } | 585 } |
586 | 586 |
587 #else /* not emacs */ | 587 #else /* not emacs */ |
588 #ifdef standalone | 588 #ifdef standalone |
589 | 589 |
590 #include <alloca.h> | |
591 | |
592 #define INBUF_SIZE 1024 | 590 #define INBUF_SIZE 1024 |
593 #define MAX_CCL_CODE_SIZE 4096 | 591 #define MAX_CCL_CODE_SIZE 4096 |
594 | 592 |
595 void | 593 void |
596 main (int argc, char **argv) | 594 main (int argc, char **argv) |