diff options
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 5abc9b66475..9dcab33fed5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else". | ||
| 4 | |||
| 3 | * unexelf.c (unexec): Name an expression, | 5 | * unexelf.c (unexec): Name an expression, |
| 4 | to avoid gcc -Wbad-function-cast warning. | 6 | to avoid gcc -Wbad-function-cast warning. |
| 5 | Use a different way to cause a compilation error if anyone uses | 7 | Use a different way to cause a compilation error if anyone uses |