From cd89bfd7161c200029453b5845f346b02459bd32 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 2 Sep 2020 08:48:00 +0000 Subject: [PATCH] plugin/ndisasm: fixed to compile git-svn-id: svn://ultimatepp.org/upp/trunk@14962 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/plugin/ndisasm/lib/compiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/uppsrc/plugin/ndisasm/lib/compiler.h b/uppsrc/plugin/ndisasm/lib/compiler.h index a29a07884..453ae3441 100644 --- a/uppsrc/plugin/ndisasm/lib/compiler.h +++ b/uppsrc/plugin/ndisasm/lib/compiler.h @@ -61,9 +61,6 @@ be able to #ifdef them... */ #else /* Default these to unsupported unless we have config.h */ -# ifndef inline -# define inline -# endif # ifndef restrict # define restrict # endif