Skip to content
Snippets Groups Projects
Commit b84bb29d authored by Simon Marchi's avatar Simon Marchi
Browse files

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.
parent a4bf3d07
No related branches found
No related tags found
No related merge requests found
2019-01-16 Pavel I. Kryukov <kryukov@frtk.ru> 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> 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/>. */ ...@@ -32,9 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <string.h> #include <string.h>
#endif #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 #ifdef SIM_ARANGE_C_INCLUDED
/* Insert a range. */ /* Insert a range. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment