comparison lwlib/lwlib.c @ 5627:7ff2d6076466

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jan 1994 23:52:12 +0000
parents 93bb7e0935ba
children 75570af32e92
comparison
equal deleted inserted replaced
5626:93bb7e0935ba 5627:7ff2d6076466
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> 29 #include <X11/StringDefs.h>
30 #include "lwlib-internal.h" 30 #include "lwlib-int.h"
31 #include "lwlib-utils.h" 31 #include "lwlib-utils.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