7c2579e189aa7b4c56faeafd9d297125427e39c9
[cacao.git] / mm / mm.h
1 #ifndef __mm_h_
2 #define __mm_h_
3
4 #include "config.h"  /* takes care of "inline" */
5 #include "types.h"
6 #include "global.h"
7
8 #endif
9
10
11 /*
12  * These are local overrides for various environment variables in Emacs.
13  * Please do not remove this and leave it at the end of the file, where
14  * Emacs will automagically detect them.
15  * ---------------------------------------------------------------------
16  * Local variables:
17  * mode: c
18  * indent-tabs-mode: t
19  * c-basic-offset: 4
20  * tab-width: 4
21  * End:
22  */