diff options
| author | Glenn Morris | 2012-06-14 06:17:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-14 06:17:26 -0400 |
| commit | afd07e01e33de75733d2501c27bcc89b1ff4c54f (patch) | |
| tree | b6d169e115222769d692cc3c42b1fd3bbd075cbb | |
| parent | e93864f9436cf1718bc9ae2c1b707e931f95c9df (diff) | |
| download | emacs-afd07e01e33de75733d2501c27bcc89b1ff4c54f.tar.gz emacs-afd07e01e33de75733d2501c27bcc89b1ff4c54f.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 6 | ||||
| -rwxr-xr-x | autogen/configure | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/autogen/config.in b/autogen/config.in index 9cd48488f20..02d359653f4 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -55,6 +55,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 55 | /* Define if Emacs cannot be dumped on your system. */ | 55 | /* Define if Emacs cannot be dumped on your system. */ |
| 56 | #undef CANNOT_DUMP | 56 | #undef CANNOT_DUMP |
| 57 | 57 | ||
| 58 | /* Define this to enable compile time checks for the Lisp_Object data type. */ | ||
| 59 | #undef CHECK_LISP_OBJECT_TYPE | ||
| 60 | |||
| 58 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP | 61 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP |
| 59 | systems. This function is required for 'alloca.c' support on those systems. | 62 | systems. This function is required for 'alloca.c' support on those systems. |
| 60 | */ | 63 | */ |
| @@ -1091,9 +1094,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1091 | /* Define to 1 if using GTK. */ | 1094 | /* Define to 1 if using GTK. */ |
| 1092 | #undef USE_GTK | 1095 | #undef USE_GTK |
| 1093 | 1096 | ||
| 1094 | /* Define this to use a lisp union for the Lisp_Object data type. */ | ||
| 1095 | #undef USE_LISP_UNION_TYPE | ||
| 1096 | |||
| 1097 | /* Define to 1 if using the Lucid X toolkit. */ | 1097 | /* Define to 1 if using the Lucid X toolkit. */ |
| 1098 | #undef USE_LUCID | 1098 | #undef USE_LUCID |
| 1099 | 1099 | ||
diff --git a/autogen/configure b/autogen/configure index e4e1cbfd641..d288410af8e 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1354,7 +1354,7 @@ enable_ns_self_contained | |||
| 1354 | enable_asserts | 1354 | enable_asserts |
| 1355 | enable_locallisppath | 1355 | enable_locallisppath |
| 1356 | enable_checking | 1356 | enable_checking |
| 1357 | enable_use_lisp_union_type | 1357 | enable_check_lisp_object_type |
| 1358 | enable_profiling | 1358 | enable_profiling |
| 1359 | enable_autodepend | 1359 | enable_autodepend |
| 1360 | enable_dependency_tracking | 1360 | enable_dependency_tracking |
| @@ -2006,10 +2006,10 @@ Optional Features: | |||
| 2006 | only specific categories of checks. Categories are: | 2006 | only specific categories of checks. Categories are: |
| 2007 | all,yes,no. Flags are: stringbytes, stringoverrun, | 2007 | all,yes,no. Flags are: stringbytes, stringoverrun, |
| 2008 | stringfreelist, xmallocoverrun, conslist | 2008 | stringfreelist, xmallocoverrun, conslist |
| 2009 | --enable-use-lisp-union-type | 2009 | --enable-check-lisp-object-type |
| 2010 | use a union for the Lisp_Object data type. This is | 2010 | enable compile time checks for the Lisp_Object data |
| 2011 | only useful for development for catching certain | 2011 | type. This is useful for development for catching |
| 2012 | types of bugs. | 2012 | certain types of bugs. |
| 2013 | --enable-profiling build emacs with profiling support. This might not | 2013 | --enable-profiling build emacs with profiling support. This might not |
| 2014 | work on all platforms | 2014 | work on all platforms |
| 2015 | --enable-autodepend automatically generate dependencies to .h-files. | 2015 | --enable-autodepend automatically generate dependencies to .h-files. |
| @@ -4328,11 +4328,11 @@ $as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h | |||
| 4328 | 4328 | ||
| 4329 | fi | 4329 | fi |
| 4330 | 4330 | ||
| 4331 | # Check whether --enable-use-lisp-union-type was given. | 4331 | # Check whether --enable-check-lisp-object-type was given. |
| 4332 | if test "${enable_use_lisp_union_type+set}" = set; then : | 4332 | if test "${enable_check_lisp_object_type+set}" = set; then : |
| 4333 | enableval=$enable_use_lisp_union_type; if test "${enableval}" != "no"; then | 4333 | enableval=$enable_check_lisp_object_type; if test "${enableval}" != "no"; then |
| 4334 | 4334 | ||
| 4335 | $as_echo "#define USE_LISP_UNION_TYPE 1" >>confdefs.h | 4335 | $as_echo "#define CHECK_LISP_OBJECT_TYPE 1" >>confdefs.h |
| 4336 | 4336 | ||
| 4337 | fi | 4337 | fi |
| 4338 | fi | 4338 | fi |