From 94dc1b3eaad93a551d1c94e1b85253937f35b5f1 Mon Sep 17 00:00:00 2001 From: "H. William Welliver III" <bill@welliver.org> Date: Thu, 30 Oct 2003 17:19:26 -0500 Subject: [PATCH] autodocs Rev: lib/master.pike.in:1.308 --- lib/master.pike.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/master.pike.in b/lib/master.pike.in index f185d0b8e3..bcd69e89a0 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -6,7 +6,7 @@ // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. // -// $Id: master.pike.in,v 1.307 2003/10/30 17:24:35 bill Exp $ +// $Id: master.pike.in,v 1.308 2003/10/30 22:19:26 bill Exp $ #pike __REAL_VERSION__ @@ -1724,6 +1724,7 @@ class CompatResolver //! Lookup from handler module to corresponding root_module. mapping(object:joinnode) handler_root_modules = ([]); + //! The pike system module path, not including any set by the user. array(string) system_module_path=({}); //! The complete module search path -- GitLab