pike.git/
src/
pike_error.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-02
2003-04-02 00:56:45 by Martin Stjernholm <mast@lysator.liu.se>
e32e5b76312d70182ed7d2542d909efe931afeed (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bah!
Rev: src/pike_error.h:1.31
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: pike_error.h,v 1.
30
2003/04/02 00:
55
:
09
mast Exp $
+
|| $Id: pike_error.h,v 1.
31
2003/04/02 00:
56
:
45
mast Exp $
*/ #ifndef PIKE_ERROR_H #define PIKE_ERROR_H
-
+
#include <stdarg.h>
+
#ifdef CONFIGURE_TEST #include <stdio.h>
-
#include <stdarg.h>
+
static inline void Pike_fatal (const char *fmt, ...) {