pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2011-05-02
2011-05-02 02:29:51 by Per Hedbor <ph@opera.com>
b4671891199edc13e6c1b0d2b7fbcc510f643d52 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Declare the constant 0,1 and undefined svalues as const.
332:
#define FUNCTION_BUILTIN USHRT_MAX
-
extern PMOD_EXPORT struct svalue svalue_undefined,
+
extern PMOD_EXPORT
const
struct svalue svalue_undefined,
svalue_int_zero, svalue_int_one; #define is_gt(a,b) is_lt(b,a)