[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master updated (6ef9dc7797 -> 2c54e9a1dd)
From: |
Lars Ingebrigtsen |
Subject: |
Re: master updated (6ef9dc7797 -> 2c54e9a1dd) |
Date: |
Sat, 12 Mar 2022 17:51:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Mattias Engdegård <mattiase@acm.org> writes:
> Thank you! Better now?
Oops; spoke too soon. The wall of warnings is gone, but I get a single
warning now:
eval.c:270:13: warning: redundant redeclaration of 'grow_specpdl'
[-Wredundant-decls]
270 | static void grow_specpdl (void);
| ^~~~~~~~~~~~
In file included from eval.c:25:
lisp.h:3469:1: note: previous definition of 'grow_specpdl' with type
'void(void)'
3469 | grow_specpdl (void)
| ^~~~~~~~~~~~
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- master updated (6ef9dc7797 -> 2c54e9a1dd), Mattias Engdegård, 2022/03/12
- master 2c54e9a1dd 5/5: Remove never-used relative jump opcodes, Mattias Engdegård, 2022/03/12
- master 2fb98486e1 3/5: Faster bytecode immediate argument fetching, Mattias Engdegård, 2022/03/12
- master fe65db05f4 2/5: Maintain end of specpdl instead of size, Mattias Engdegård, 2022/03/12
- master 213483124b 1/5: Inline record_in_backtrace, Mattias Engdegård, 2022/03/12
- master 88889212c7 4/5: Remove debug code for opcodes long gone, Mattias Engdegård, 2022/03/12
- Re: master updated (6ef9dc7797 -> 2c54e9a1dd), Lars Ingebrigtsen, 2022/03/12