Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 375:a300bb07d72d r21-2b3
Import from CVS: tag r21-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:51 +0200 |
parents | cc15677e0335 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
374:4ebeb1a5388b | 375:a300bb07d72d |
---|---|
53 #include "glyphs.h" | 53 #include "glyphs.h" |
54 #include "redisplay.h" | 54 #include "redisplay.h" |
55 #include "specifier.h" | 55 #include "specifier.h" |
56 #include "sysfile.h" | 56 #include "sysfile.h" |
57 #include "window.h" | 57 #include "window.h" |
58 | |
59 #include <stddef.h> | |
58 | 60 |
59 #ifdef DOUG_LEA_MALLOC | 61 #ifdef DOUG_LEA_MALLOC |
60 #include <malloc.h> | 62 #include <malloc.h> |
61 #endif | 63 #endif |
62 | 64 |