diff options
| author | John Wiegley | 2012-07-11 01:14:27 -0500 |
|---|---|---|
| committer | John Wiegley | 2012-07-11 01:14:27 -0500 |
| commit | b41253a389afdffde3d2551e4c165f0ebbafdf89 (patch) | |
| tree | 772126439a523aa0e2d961a232d7e25a3aae5e92 /src/ChangeLog | |
| parent | d923b542aa2d115bb87e72e156be837cea752536 (diff) | |
| download | emacs-b41253a389afdffde3d2551e4c165f0ebbafdf89.tar.gz emacs-b41253a389afdffde3d2551e4c165f0ebbafdf89.zip | |
alloc.c (mark_memory): Guard the "no_address_safety_analysis" function
attribute, so we only use it if it exists in the compiler.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a6dc8644b8..64a7989a70f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-11 John Wiegley <johnw@newartisans.com> | ||
| 2 | |||
| 3 | * alloc.c (mark_memory): Guard the "no_address_safety_analysis" | ||
| 4 | function attribute, so we only use it if it exists in the | ||
| 5 | compiler. | ||
| 6 | |||
| 1 | 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Avoid call to strlen in fast_c_string_match_ignore_case. | 9 | Avoid call to strlen in fast_c_string_match_ignore_case. |