Branch: Tag:

2002-11-24

2002-11-24 18:20:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

program() ==> object_program() in describe_program().

Rev: lib/master.pike.in:1.228

6:   // Pike is distributed under GPL, LGPL and MPL. See the file COPYING   // for more information.   // - // $Id: master.pike.in,v 1.227 2002/11/24 16:46:33 grubba Exp $ + // $Id: master.pike.in,v 1.228 2002/11/24 18:20:09 grubba Exp $      #pike __REAL_VERSION__   
2511:    string s;    if(!p) return 0;    -  if(s=get_clean_program_path(p, "program(", ")", "")) +  if(s=get_clean_program_path(p, "object_program(", ")", ""))    return s;       if(mixed tmp=function_object(p))