Branch: Tag:

2008-06-28

2008-06-28 22:05:04 by Martin Stjernholm <mast@lysator.liu.se>

Some more static -> protected.

Rev: src/builtin.cmod:1.216
Rev: src/builtin_functions.c:1.677
Rev: src/iterators.cmod:1.69
Rev: src/language.yacc:1.438
Rev: src/mklibpike.pike:1.5
Rev: src/operators.c:1.235
Rev: src/threads.c:1.258

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: builtin.cmod,v 1.215 2008/06/27 11:28:39 grubba Exp $ + || $Id: builtin.cmod,v 1.216 2008/06/28 22:05:01 mast Exp $   */      #include "global.h"
2856:    f_Time_cq__backtick_2D_3E( args );    }    -  /*! @decl static void create( int fast ); +  /*! @decl protected void create( int fast );    *!    *! If @[fast] is true, do not request a new time from the system,    *! instead use the global current time variable.
2907:    return;    }    -  /*! @decl static void create( int|void fast ) +  /*! @decl protected void create( int|void fast )    *! Create a new timer object. The timer keeps track of relative time    *! with sub-second precision.    *!