Mercurial > hg > xemacs-beta
comparison lib-src/ellcc.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
56 -o $@ $(SRCS) | 56 -o $@ $(SRCS) |
57 | 57 |
58 See the samples for more details. | 58 See the samples for more details. |
59 */ | 59 */ |
60 | 60 |
61 #include <../src/config.h> | 61 #include <config.h> |
62 #include <stdio.h> | 62 #include <stdio.h> |
63 #include <stdlib.h> | 63 #include <stdlib.h> |
64 #include <string.h> | 64 #include <string.h> |
65 #include <ctype.h> | 65 #include <ctype.h> |
66 #include <errno.h> | 66 #include <errno.h> |
69 #ifdef HAVE_UNISTD_H | 69 #ifdef HAVE_UNISTD_H |
70 # include <unistd.h> | 70 # include <unistd.h> |
71 #endif /* HAVE_UNISTD_H */ | 71 #endif /* HAVE_UNISTD_H */ |
72 | 72 |
73 #define EMODULES_GATHER_VERSION | 73 #define EMODULES_GATHER_VERSION |
74 #include "emodules.h" | 74 |
75 #include "ellcc.h" | 75 #include <emodules.h> |
76 #include <ellcc.h> /* Generated files must be included using <...> */ | |
76 | 77 |
77 #define DEBUG | 78 #define DEBUG |
78 | 79 |
79 #ifndef HAVE_SHLIB | 80 #ifndef HAVE_SHLIB |
80 int | 81 int |