comparison src/emodules.h @ 1750:7580e52a8218

[xemacs-hg @ 2003-10-15 03:09:02 by james] Define module-load-path and module-extensions even when compiling without modulesupport.
author james
date Wed, 15 Oct 2003 03:09:03 +0000
parents 34abfb24e891
children ecf1ebac70d8
comparison
equal deleted inserted replaced
1749:c438060b26c6 1750:7580e52a8218
43 #include "lstream.h" 43 #include "lstream.h"
44 #include "file-coding.h" 44 #include "file-coding.h"
45 45
46 /* Module loading technology version number */ 46 /* Module loading technology version number */
47 extern Lisp_Object Vmodule_version; 47 extern Lisp_Object Vmodule_version;
48
49 /* Load path */
50 extern Lisp_Object Vmodule_load_path;
51 48
52 /* XEmacs version Information */ 49 /* XEmacs version Information */
53 extern Lisp_Object Vemacs_major_version; 50 extern Lisp_Object Vemacs_major_version;
54 extern Lisp_Object Vemacs_minor_version; 51 extern Lisp_Object Vemacs_minor_version;
55 52