Branch: Tag:

1998-04-21

1998-04-21 03:54:01 by Per Hedbor <ph@opera.com>

. is nice to have in program_path...

Rev: lib/master.pike.in:1.17

1: - /* $Id: master.pike.in,v 1.16 1998/04/20 02:34:03 hubbe Exp $ + /* $Id: master.pike.in,v 1.17 1998/04/21 03:54:01 per Exp $    *    * Master-file for Pike.    *
499:       add_constant("write",_static_modules.files()->_stdout->write);    +  add_program_path(getcwd()); // Rather important /Per +     // add path for architecture-shared files    add_include_path("¤share_prefix¤/include");    add_module_path("¤share_prefix¤/modules");