pike.git/
src/
builtin.cmod
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: builtin.cmod,v 1.259 2010/06/22 09:24:35 mast Exp $
+
||
$Id$
*/ #include "global.h"
32:
#include "block_alloc.h" #include "pikecode.h"
-
#include <assert.h>
+
#include <ctype.h> #include <errno.h> #include <math.h>