From df840945ec63b2745d9d5480f71261041097ae32 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 27 Feb 2002 22:25:58 +0100 Subject: [PATCH] Raise some questions. Rev: refdoc/chapters/modules.xml:1.2 --- refdoc/chapters/modules.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/refdoc/chapters/modules.xml b/refdoc/chapters/modules.xml index 319498da61..d5fc3f8a42 100644 --- a/refdoc/chapters/modules.xml +++ b/refdoc/chapters/modules.xml @@ -16,6 +16,7 @@ operators of a module to obtain a certain behaviour. Bear in mind that variables defined on a module-wide bases are shared among all clones of programs in the module. + <fixme>Explain difference between .pmod and .pike</fixme> </p> <p> @@ -52,10 +53,16 @@ the module are placed in <expr>.pike</expr>-files. </p> - </section> + <p> + Note that Pike modules must not use try to load files relative to + __FILE__, since such code will break in Microsoft Windows. + <fixme>Explain why.</fixme> + </p> + + </section> <section title="Writing Modules in C"> - <p> FIXME: to be written.</p> + <p><fixme>To be written.</fixme></p> </section> <section title="Special Module Variables and functions"> -- GitLab