Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
40697cd9
Commit
40697cd9
authored
Apr 26, 2011
by
Ben Key
Browse files
Fixed a bug that caused configure with --enable-checking=stringoverrun to have no effect.
parent
b6f5355a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+1
-1
No files found.
ChangeLog
View file @
40697cd9
2011-04-27 Ben Key <bkey76@gmail.com>
* configure.in: Fixed a bug that caused configure with
--enable-checking=stringoverrun to have no effect.
2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
* configure.in: Suppress unnecessary checks for size_t.
...
...
configure.in
View file @
40697cd9
...
...
@@ -294,7 +294,7 @@ if test x$ac_gc_check_stringbytes != x ; then
strings is redundantly recorded in sdata structures so that it can
be compared to the sizes recorded in Lisp strings.])
fi
if test x$ac_gc_check_stringoverrun != x ; then
if test x$ac_gc_check_string
_
overrun != x ; then
AC_DEFINE(GC_CHECK_STRING_OVERRUN, 1,
[Define this to check for short string overrun.])
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment