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

(-)clisp-2.47/src/time.d.old (-1 / +1 lines)
Lines 302-308 Link Here
302
 #ifdef TIME_WIN32
302
 #ifdef TIME_WIN32
303
  return L2_to_I(tp->dwHighDateTime,tp->dwLowDateTime);
303
  return L2_to_I(tp->dwHighDateTime,tp->dwLowDateTime);
304
 #endif
304
 #endif
305
#elif TIME_METHOD = 1
305
#elif TIME_METHOD == 1
306
  return UL_to_I(*tp);
306
  return UL_to_I(*tp);
307
#else
307
#else
308
#error internal_time_to_I: invalid TIME_METHOD
308
#error internal_time_to_I: invalid TIME_METHOD

Return to bug 267784