X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole.h;h=4dad2be3f686ad4a9e2d9aaad6d560cd7969b917;hb=ed67ccedc3bf21eba9ae4fa615fb178736cd8d7b;hp=27b62b75b699d6aa0c2bb6c18e6baaa9be249bc8;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git- diff --git a/src/console.h b/src/console.h index 27b62b7..4dad2be 100644 --- a/src/console.h +++ b/src/console.h @@ -453,9 +453,9 @@ DECLARE_LRECORD (console, struct console); #define CONSOLE_TYPE_P(con, type) EQ (CONSOLE_TYPE (con), Q##type) #ifdef ERROR_CHECK_TYPECHECK -INLINE struct console * +INLINE_HEADER struct console * error_check_console_type (struct console *con, Lisp_Object sym); -INLINE struct console * +INLINE_HEADER struct console * error_check_console_type (struct console *con, Lisp_Object sym) { assert (EQ (CONSOLE_TYPE (con), sym));