diff options
Diffstat (limited to 'src/composite.c')
-rw-r--r-- | src/composite.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/composite.c b/src/composite.c index f5e9d2f9fdd..269bdc88bfe 100644 --- a/src/composite.c +++ b/src/composite.c @@ -23,6 +23,9 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> + +#define COMPOSITE_INLINE EXTERN_INLINE + #include <setjmp.h> #include "lisp.h" #include "character.h" |