diff options
| author | Paul Eggert | 2011-04-01 13:28:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-01 13:28:50 -0700 |
| commit | 8e48d7bc3fef6ca11af98c12d99426bd01a5b3de (patch) | |
| tree | dd37377e3753c61c0ecb4490ee2b16f1ce2d8cc0 /lib-src/ChangeLog | |
| parent | 6ddae4efd9e8a3035eb610c39fb2c8f79e7f9893 (diff) | |
| download | emacs-8e48d7bc3fef6ca11af98c12d99426bd01a5b3de.tar.gz emacs-8e48d7bc3fef6ca11af98c12d99426bd01a5b3de.zip | |
* make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.
(write_c_args): Use it to suppress GCC warning.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5007995e14e..78548ee6870 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c. | ||
| 4 | (write_c_args): Use it to suppress GCC warning. | ||
| 5 | |||
| 1 | 2011-03-30 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-03-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Fix a problem found by GCC 4.6.0's static checks. | 8 | Fix a problem found by GCC 4.6.0's static checks. |