Branch: Tag:

2003-01-26

2003-01-26 11:09:01 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

Some more work to get INT_TYPE long long to work:
use INT_TYPE instead of INT32 when we use/make the Pike int type
Use PRINTPIKEINT when we sprintf-format it

Rev: src/builtin.cmod:1.109
Rev: src/builtin_functions.c:1.464
Rev: src/encode.c:1.162
Rev: src/global.h:1.78
Rev: src/language.yacc:1.313
Rev: src/las.c:1.322
Rev: src/las.h:1.60
Rev: src/pike_types.c:1.205
Rev: src/pike_types.h:1.84
Rev: src/threads.c:1.198

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.108 2003/01/15 21:41:28 mast Exp $ + || $Id: builtin.cmod,v 1.109 2003/01/26 11:09:00 mirar Exp $   */      #include "global.h"
1075:    CVAR struct program *prog; /* FIXME: Ought to be a private pikevar... */    CVAR PIKE_OPCODE_T *pc;    CVAR struct pike_string *filename; -  CVAR INT_TYPE lineno; +  CVAR INT32 lineno;       INIT    {