diff options
| author | Paul Eggert | 2011-01-16 23:27:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-16 23:27:25 -0800 |
| commit | 4ef36a7b4c2107306387bece0843a4a1f2bcb552 (patch) | |
| tree | c1052954cda62dd93aa462fbb4dc135183064ade /src/ChangeLog | |
| parent | 6df4097e922af99c7f051978be2df0ffbc51c929 (diff) | |
| download | emacs-4ef36a7b4c2107306387bece0843a4a1f2bcb552.tar.gz emacs-4ef36a7b4c2107306387bece0843a4a1f2bcb552.zip | |
* xterm.h (struct x_display_info): Remove stray semicolon.
The extra semicolon didn't conform to the C standard.
Problem reported by Sun cc.
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 |