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: pike_types.h,v 1.83 2002/10/11 01:39:35 nilsson Exp $ + || $Id: pike_types.h,v 1.84 2003/01/26 11:09:01 mirar Exp $   */      #ifndef PIKE_TYPES_H
225:   void type_stack_pop_to_mark(void);   void type_stack_reverse(void);   struct pike_type *debug_peek_type_stack(void); - void debug_push_int_type(INT32 min, INT32 max); + void debug_push_int_type(INT_TYPE min, INT_TYPE max);   void debug_push_object_type(int flag, INT32 id);   void debug_push_object_type_backwards(int flag, INT32 id);   void debug_push_type_name(struct pike_string *name);