pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2015-10-17
2015-10-17 23:00:20 by Martin Nilsson <nilsson@fastmail.com>
7112875a5f40bcf5879e47e20b3199b3e0c29fd1 (
9
lines) (+
4
/-
5
)
[
Show
|
Annotate
]
Branch:
8.1
Group som includes together.
300:
#include <stdarg.h> #include <stdlib.h> #include <stddef.h>
+
#include <string.h>
+
#include <limits.h>
+
#include <float.h>
#ifdef HAVE_MALLOC_H #if !defined(__FreeBSD__) && !defined(__OpenBSD__)
312:
#include <unistd.h> #endif
-
#include <string.h>
-
#include <limits.h>
-
+
#ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif
327:
#include <windows.h> #endif
-
#include <float.h>
-
+
/* Get INT64, INT32, INT16, INT8, et al. */ #include "pike_int_types.h"