Branch: Tag:

2008-10-06

2008-10-06 17:00:00 by Martin Stjernholm <mast@lysator.liu.se>

Centralized inclusion of stdarg.h. This avoids compilation errors in
rtldebug mode on some platforms.

Rev: src/global.h:1.113
Rev: src/module_support.h:1.19
Rev: src/pike_error.h:1.50
Rev: src/port.h:1.65
Rev: src/program.h:1.260
Rev: src/stralloc.h:1.111

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: global.h,v 1.112 2008/06/29 11:45:54 mast Exp $ + || $Id: global.h,v 1.113 2008/10/06 17:00:00 mast Exp $   */      #ifndef GLOBAL_H
214:   #endif      #include <stdio.h> + #include <stdarg.h>      #ifdef HAVE_STDLIB_H   #include <stdlib.h>