diff options
| author | Andreas Schwab | 2008-03-08 15:53:51 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-03-08 15:53:51 +0000 |
| commit | 28545f7cd8157477282a751a97562f4af424eb4f (patch) | |
| tree | 2e0a9d48fe5ff9ab1640a2ff2f0d9c04a82b69c1 /src/ChangeLog | |
| parent | 14cf0430e43b65cadc93be549344600fc722dd3e (diff) | |
| download | emacs-28545f7cd8157477282a751a97562f4af424eb4f.tar.gz emacs-28545f7cd8157477282a751a97562f4af424eb4f.zip | |
(struct Lisp_Process): Declare bit fields as unsigned.
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 c199d56b314..32c09e17062 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-03-08 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * process.h (struct Lisp_Process): Declare bit fields as unsigned. | ||
| 4 | |||
| 1 | 2008-03-06 Jason Rumney <jasonr@gnu.org> | 5 | 2008-03-06 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32font.c (w32_registry): Take font_type argument. Use ANSI | 7 | * w32font.c (w32_registry): Take font_type argument. Use ANSI |