Use bool for Emacs Lisp booleans.
[bpt/emacs.git] / src / lread.c
index 3dd13c3..72991e9 100644 (file)
@@ -3987,7 +3987,7 @@ defvar_int (struct Lisp_Intfwd *i_fwd,
    nil if address contains 0.  */
 void
 defvar_bool (struct Lisp_Boolfwd *b_fwd,
-            const char *namestring, int *address)
+            const char *namestring, bool *address)
 {
   Lisp_Object sym;
   sym = intern_c_string (namestring);