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 76da9676289..3acc86015b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | (DEFINE_DUMMY_FUNCTION): New macro. | 4 | (DEFINE_DUMMY_FUNCTION): New macro. |
| 5 | (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main): | 5 | (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main): |
| 6 | Use it. | 6 | Use it. |
| 7 | (main): Add casts to avoid warnings | ||
| 8 | if GCC considers string literals to be constants. | ||
| 7 | 9 | ||
| 8 | * lisp.h (fatal_error_signal): Add decl, since it's exported. | 10 | * lisp.h (fatal_error_signal): Add decl, since it's exported. |
| 9 | 11 | ||