comparison src/fns.c @ 39968:51a89919bc4e

(Vafter_load_alist): Declare extern (w32 build problem).
author Sam Steingold <sds@gnu.org>
date Mon, 15 Oct 2001 16:17:51 +0000
parents b394d7876697
children 579177964efa
comparison
equal deleted inserted replaced
39967:db6760d21d23 39968:51a89919bc4e
3024 } 3024 }
3025 3025
3026 return ret; 3026 return ret;
3027 } 3027 }
3028 3028
3029 Lisp_Object Vfeatures, Qsubfeatures, Vafter_load_alist; 3029 Lisp_Object Vfeatures, Qsubfeatures;
3030 extern Lisp_Object Vafter_load_alist;
3030 3031
3031 DEFUN ("featurep", Ffeaturep, Sfeaturep, 1, 2, 0, 3032 DEFUN ("featurep", Ffeaturep, Sfeaturep, 1, 2, 0,
3032 /* Returns t if FEATURE is present in this Emacs. 3033 /* Returns t if FEATURE is present in this Emacs.
3033 3034
3034 Use this to conditionalize execution of lisp code based on the 3035 Use this to conditionalize execution of lisp code based on the