Branch: Tag:

2003-07-21

2003-07-21 23:34:01 by Martin Stjernholm <mast@lysator.liu.se>

Added prototype for f_werror.

Rev: src/builtin_functions.h:1.26

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_functions.h,v 1.25 2003/06/12 09:25:07 mast Exp $ + || $Id: builtin_functions.h,v 1.26 2003/07/21 23:34:01 mast Exp $   */      #ifndef BUILTIN_EFUNS_H
123:   void init_builtin(void);   void exit_builtin(void);    + /* From modules/files */ + void f_werror (INT32 args); +    /* Prototypes end here */      #endif