diff options
| author | Paul Eggert | 2011-04-17 21:13:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-17 21:13:51 -0700 |
| commit | bfd1c7811d3661512b382906334ac959d332735b (patch) | |
| tree | 7ec57551a9d6f60d53705cb5d410b56fc1e033d2 /src/ChangeLog | |
| parent | 83998b7a924b8362ec0c5650aa2c2911ac96cf70 (diff) | |
| download | emacs-bfd1c7811d3661512b382906334ac959d332735b.tar.gz emacs-bfd1c7811d3661512b382906334ac959d332735b.zip | |
* alloc.c (string_overrun_cookie): Now const. Use initializers that
don't formally overflow signed char, to avoid warnings.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 51e379c1280..d51052f0e3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks". | 3 | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks". |
| 4 | This doesn't fix a bug but makes the code clearer. | 4 | This doesn't fix a bug but makes the code clearer. |
| 5 | (string_overrun_cookie): Now const. Use initializers that | ||
| 6 | don't formally overflow signed char, to avoid warnings. | ||
| 5 | 7 | ||
| 6 | 2011-04-17 Chong Yidong <cyd@stupidchicken.com> | 8 | 2011-04-17 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 9 | ||