aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1993-09-10 04:22:01 +0000
committerRoland McGrath1993-09-10 04:22:01 +0000
commit94f6013a0038c21c3ec13d13c07b328b159ef348 (patch)
treef797003d220ea6c5dedd41f98224c5b6bb2ab62c /src
parent10939dc620326579f2f61d015d9131007dbf7729 (diff)
downloademacs-94f6013a0038c21c3ec13d13c07b328b159ef348.tar.gz
emacs-94f6013a0038c21c3ec13d13c07b328b159ef348.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.c b/src/alloca.c
index cab9645b7e1..282600340d0 100644
--- a/src/alloca.c
+++ b/src/alloca.c
@@ -22,7 +22,7 @@
22 your main control loop, etc. to force garbage collection. */ 22 your main control loop, etc. to force garbage collection. */
23 23
24#ifdef HAVE_CONFIG_H 24#ifdef HAVE_CONFIG_H
25#include "config.h" 25#include <config.h>
26#endif 26#endif
27 27
28/* If compiling with GCC 2, this file's not needed. */ 28/* If compiling with GCC 2, this file's not needed. */