pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-08-02
2015-08-02 11:12:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a52eee262f3e71db392f289a3bfbc2c4ef8a7cf8 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Build: The declaration of my_rand() has moved to stuff.h.
Fixes quite a few warnings.
42:
#include "docode.h" #include "lex.h" #include "pike_float.h"
+
#include "stuff.h"
#include "pike_compiler.h" #include <errno.h>