Mercurial > hg > xemacs-beta
comparison src/console.h @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | 501cfd01ee6d |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
451 } while (0) | 451 } while (0) |
452 | 452 |
453 #define CONSOLE_TYPE_P(con, type) EQ (CONSOLE_TYPE (con), Q##type) | 453 #define CONSOLE_TYPE_P(con, type) EQ (CONSOLE_TYPE (con), Q##type) |
454 | 454 |
455 #ifdef ERROR_CHECK_TYPECHECK | 455 #ifdef ERROR_CHECK_TYPECHECK |
456 INLINE struct console * | 456 INLINE_HEADER struct console * |
457 error_check_console_type (struct console *con, Lisp_Object sym); | 457 error_check_console_type (struct console *con, Lisp_Object sym); |
458 INLINE struct console * | 458 INLINE_HEADER struct console * |
459 error_check_console_type (struct console *con, Lisp_Object sym) | 459 error_check_console_type (struct console *con, Lisp_Object sym) |
460 { | 460 { |
461 assert (EQ (CONSOLE_TYPE (con), sym)); | 461 assert (EQ (CONSOLE_TYPE (con), sym)); |
462 return con; | 462 return con; |
463 } | 463 } |