pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2010-10-10
2010-10-10 21:56:09 by Martin Stjernholm <mast@lysator.liu.se>
807294294849e4589526619e98bcc150adc9ac66 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Centralized assert.h include to make use of assertions more convenient.
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: interpret.c,v 1.414 2010/01/21 15:39:58 grubba Exp $
+
||
$Id$
*/ #include "global.h"
38:
#include <fcntl.h> #include <errno.h> #include <ctype.h>
-
#include <assert.h>
+
#ifdef HAVE_MMAP #ifdef HAVE_SYS_TYPES_H