svn commit: r199147 - in projects/clangbsd: contrib/gperf/src gnu/usr.bin/gperf

Roman Divacky rdivacky at FreeBSD.org
Tue Nov 10 17:38:54 UTC 2009


Author: rdivacky
Date: Tue Nov 10 17:38:54 2009
New Revision: 199147
URL: http://svn.freebsd.org/changeset/base/199147

Log:
  Switch to using LARGE_STACK_ARRAYS.

Modified:
  projects/clangbsd/contrib/gperf/src/gen-perf.cc
  projects/clangbsd/contrib/gperf/src/key-list.cc
  projects/clangbsd/gnu/usr.bin/gperf/config.h

Modified: projects/clangbsd/contrib/gperf/src/gen-perf.cc
==============================================================================
--- projects/clangbsd/contrib/gperf/src/gen-perf.cc	Tue Nov 10 17:37:47 2009	(r199146)
+++ projects/clangbsd/contrib/gperf/src/gen-perf.cc	Tue Nov 10 17:38:54 2009	(r199147)
@@ -22,6 +22,7 @@ Software Foundation, 59 Temple Place - S
 #include <stdio.h>
 #include <stdlib.h> /* declares rand(), srand() */
 #include <time.h> /* declares time() */
+#include "config.h"
 #include "options.h"
 #include "gen-perf.h"
 #include "trace.h"

Modified: projects/clangbsd/contrib/gperf/src/key-list.cc
==============================================================================
--- projects/clangbsd/contrib/gperf/src/key-list.cc	Tue Nov 10 17:37:47 2009	(r199146)
+++ projects/clangbsd/contrib/gperf/src/key-list.cc	Tue Nov 10 17:38:54 2009	(r199147)
@@ -24,6 +24,7 @@ Software Foundation, 59 Temple Place - S
 #include <ctype.h>  /* declares isprint() */
 #include <assert.h> /* defines assert() */
 #include <limits.h> /* defines SCHAR_MAX etc. */
+#include "config.h"
 #include "options.h"
 #include "read-line.h"
 #include "hash-table.h"

Modified: projects/clangbsd/gnu/usr.bin/gperf/config.h
==============================================================================
--- projects/clangbsd/gnu/usr.bin/gperf/config.h	Tue Nov 10 17:37:47 2009	(r199146)
+++ projects/clangbsd/gnu/usr.bin/gperf/config.h	Tue Nov 10 17:38:54 2009	(r199147)
@@ -19,3 +19,7 @@
 
 /* Define if you have the <unistd.h> header file.  */
 #define HAVE_UNISTD_H 1
+
+#define LARGE_STACK_ARRAYS 0
+
+#define LARGE_STACK_ARRAYS 0


More information about the svn-src-projects mailing list