mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Actually remove definitions of DEFINE_NON_INLINE_P and DEFINE_INLINE_P
I applied the patch "Do not expand macros to 'defined'" by hand because I couldn't apply it with git-am, and of course forgot to remove the macro definitions. This patch fixes it, and also makes the ChangeLog entry a bit cleaner.
This commit is contained in:
parent
a4bf3d0720
commit
b84bb29de9
@ -1,6 +1,6 @@
|
||||
2019-01-16 Pavel I. Kryukov <kryukov@frtk.ru>
|
||||
|
||||
* sim-arange.c: eliminate DEFINE_NON_INLINE_P
|
||||
* sim-arange.c (DEFINE_INLINE_P, DEFINE_NON_INLINE_P): Remove.
|
||||
|
||||
2019-01-15 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
|
@ -32,9 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#define DEFINE_INLINE_P (! defined (SIM_ARANGE_C_INCLUDED))
|
||||
#define DEFINE_NON_INLINE_P defined (SIM_ARANGE_C_INCLUDED)
|
||||
|
||||
#ifdef SIM_ARANGE_C_INCLUDED
|
||||
|
||||
/* Insert a range. */
|
||||
|
Loading…
Reference in New Issue
Block a user