pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-05-08
2005-05-08 11:15:24 by Martin Nilsson <mani@lysator.liu.se>
8fe0e46dd7ba32f701a71aadb1c6dafd9f0534eb (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Perhaps this is better.
Rev: src/builtin_functions.c:1.598
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_functions.c,v 1.
597
2005/05/
05
20
:
42
:
02
nilsson Exp $
+
|| $Id: builtin_functions.c,v 1.
598
2005/05/
08
11
:
15
:
24
nilsson Exp $
*/ #include "global.h"
411:
struct case_info { INT32 low; /* low end of range. */
-
INT32
mode;
-
INT32
data;
+
INT16
mode;
+
INT16
data;
}; #define CIM_NONE 0 /* Case-less */