Branch: Tag:

2001-12-12

2001-12-12 22:51:32 by Martin Nilsson <mani@lysator.liu.se>

Updated autodoc.

Rev: src/builtin_functions.c:1.417

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.416 2001/12/10 02:08:12 mast Exp $"); + RCSID("$Id: builtin_functions.c,v 1.417 2001/12/12 22:51:32 nilsson Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
3081:   }      /*! @decl program compile(string source, object|void handler, @ -  *! int|void major, int|void minor) +  *! int|void major, int|void minor,@ +  *! program|void target, object|void placeholder)    *!    *! Compile a string to a program.    *!