Mercurial > hg > xemacs-beta
diff src/lrecord.h @ 1638:1ecc2785dce3
[xemacs-hg @ 2003-08-21 14:08:32 by james]
Define DECLARE_MODULE_API_LRECORD when not ERROR_CHECK_TYPES.
author | james |
---|---|
date | Thu, 21 Aug 2003 14:08:36 +0000 |
parents | 64eaceca611d |
children | 34abfb24e891 |
line wrap: on
line diff
--- a/src/lrecord.h Wed Aug 20 21:52:13 2003 +0000 +++ b/src/lrecord.h Thu Aug 21 14:08:36 2003 +0000 @@ -1196,6 +1196,9 @@ # define DECLARE_LRECORD(c_name, structtype) \ extern Lisp_Object Q##c_name##p; \ extern const struct lrecord_implementation lrecord_##c_name +# define DECLARE_MODULE_API_LRECORD(c_name, structtype) \ +extern MODULE_API Lisp_Object Q##c_name##p; \ +extern MODULE_API const struct lrecord_implementation lrecord_##c_name # define DECLARE_EXTERNAL_LRECORD(c_name, structtype) \ extern Lisp_Object Q##c_name##p; \ extern int lrecord_type_##c_name; \