Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269674
Collapse All | Expand All

(-)kspread-1.6.3_p20090204-orig/work/kspread-1.6.3_p20090204/kspread/digest.cc (-1 / +1 lines)
Lines 50-56 Link Here
50
50
51
#if  SIZEOF_INT == 4
51
#if  SIZEOF_INT == 4
52
typedef unsigned int sal_uInt32;
52
typedef unsigned int sal_uInt32;
53
#elif
53
#else
54
typedef unsigned long sal_uInt32;
54
typedef unsigned long sal_uInt32;
55
#endif
55
#endif
56
56

Return to bug 269674