diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb51917bb31..4b9fe9b13dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xterm.h (struct x_display_info): Remove stray semicolon. | ||
| 4 | The extra semicolon didn't conform to the C standard. | ||
| 5 | Problem reported by Sun cc. | ||
| 6 | |||
| 3 | * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics. | 7 | * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics. |
| 4 | These changes make compilation easier to follow with Sun cc. | 8 | These changes make compilation easier to follow with Sun cc. |
| 5 | (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to | 9 | (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to |