comparison src/alloc.c @ 1562:00ba13693a97

* alloc.c: #include "frame.h" unconditionally. frame.h does the right thing when MULTI_FRAME isn't defined.
author Jim Blandy <jimb@redhat.com>
date Sat, 07 Nov 1992 06:59:38 +0000
parents 6489d5182a64
children 11f62e53acff
comparison
equal deleted inserted replaced
1561:82e64050c565 1562:00ba13693a97
23 #include "intervals.h" 23 #include "intervals.h"
24 #include "puresize.h" 24 #include "puresize.h"
25 #ifndef standalone 25 #ifndef standalone
26 #include "buffer.h" 26 #include "buffer.h"
27 #include "window.h" 27 #include "window.h"
28 #ifdef MULTI_FRAME
29 #include "frame.h" 28 #include "frame.h"
30 #endif /* MULTI_FRAME */
31 #endif 29 #endif
32 30
33 #include "syssignal.h" 31 #include "syssignal.h"
34 32
35 #define max(A,B) ((A) > (B) ? (A) : (B)) 33 #define max(A,B) ((A) > (B) ? (A) : (B))