pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-26
2003-01-26 18:31:19 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
a973872b85a214aa6efdfb2aa04d7ca055b61157 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
large INT_TYPE related bug fix in int2hex
Rev: src/builtin.cmod:1.110
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.
109
2003/01/26
11
:
09
:
00
mirar Exp $
+
|| $Id: builtin.cmod,v 1.
110
2003/01/26
18
:
31
:
19
mirar Exp $
*/ #include "global.h"
189:
optflags OPT_TRY_OPTIMIZE; { INT_TYPE c;
-
unsigned
long
n;
+
unsigned
INT_TYPE
n;
int len; struct pike_string *s;