diff --git a/.gitattributes b/.gitattributes index 184794079acc73c96c339cc482ed9d27adae2099..a8045a08462868f9f3b6c3eba59c2ed708f780df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -487,6 +487,7 @@ testfont binary /src/peep.h foreign_ident /src/peep.in foreign_ident /src/peep_t.c foreign_ident +/src/pike-module.in foreign_ident /src/pike_macros.h foreign_ident /src/pike_memory.c foreign_ident /src/pike_memory.h foreign_ident diff --git a/src/pike-module.in b/src/pike-module.in index 6daa11de4d4ca22567e31636a658811083b7b852..0df6117f161d2fa6025777f7c69caee142443d1d 100644 --- a/src/pike-module.in +++ b/src/pike-module.in @@ -1,4 +1,7 @@ #!¤pike¤ +// -*- Pike -*- + +// $Id: pike-module.in,v 1.5 2000/04/03 14:36:51 grubba Exp $ // Source directory string srcdir; @@ -83,10 +86,10 @@ void run_or_fail(mapping options,string ... cmd) } -void do_make(string *cmd) +void do_make(array(string) cmd) { int tmp1; - string *makecmd=( + array(string) makecmd=( ({make})+ Process.split_quoted_string(make_flags)-({""})+ ({"PIKE_INCLUDES=-I"+include_path, @@ -114,7 +117,7 @@ void do_make(string *cmd) } } -int main(int argc, string *argv) +int main(int argc, array(string) argv) { foreach(Getopt.find_all_options(argv,aggregate( ({"fixate",Getopt.NO_ARG,({"--fixate"}) }),