Mercurial > emacs
comparison lwlib/lwlib.c @ 5706:75570af32e92
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Jan 1994 03:17:32 +0000 |
parents | 7ff2d6076466 |
children | 02a4aeb69cae |
comparison
equal
deleted
inserted
replaced
5705:a55a71a6eb33 | 5706:75570af32e92 |
---|---|
24 #include <stdlib.h> | 24 #include <stdlib.h> |
25 #include <unistd.h> | 25 #include <unistd.h> |
26 #include <sys/types.h> | 26 #include <sys/types.h> |
27 #include <string.h> | 27 #include <string.h> |
28 #include <stdio.h> | 28 #include <stdio.h> |
29 #include <X11/StringDefs.h> | |
30 #include "lwlib-int.h" | 29 #include "lwlib-int.h" |
31 #include "lwlib-utils.h" | 30 #include "lwlib-utils.h" |
31 #include <X11/StringDefs.h> | |
32 | 32 |
33 #if defined(__GNUC__) && !defined(alloca) | 33 #if defined(__GNUC__) && !defined(alloca) |
34 #define alloca __builtin_alloca | 34 #define alloca __builtin_alloca |
35 #endif | 35 #endif |
36 | 36 |