File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 48
48
/* IRIX doesn't do 'long long' in va_arg(), so use a typedef */
49
49
#ifdef HAVE_LONG_LONG_INT_64
50
50
typedef long long long_long ;
51
+ typedef unsigned long long ulong_long ;
51
52
#endif
52
53
53
54
/*
@@ -72,7 +73,7 @@ typedef long long long_long;
72
73
* causing nast effects.
73
74
**************************************************************/
74
75
75
- /*static char _id[] = "$Id: snprintf.c,v 1.14 1998/12/18 07:08:00 momjian Exp $";*/
76
+ /*static char _id[] = "$Id: snprintf.c,v 1.15 1998/12/24 05:28:50 momjian Exp $";*/
76
77
static char * end ;
77
78
static int SnprfOverflow ;
78
79
@@ -350,7 +351,7 @@ int base,
350
351
{
351
352
int signvalue = 0 ;
352
353
#ifdef HAVE_LONG_LONG_INT_64
353
- unsigned long_long uvalue ;
354
+ ulong_long uvalue ;
354
355
#else
355
356
unsigned long uvalue ;
356
357
#endif
You can’t perform that action at this time.
0 commit comments