Ticket #65875: patch-src-base-cl_low.h.diff

File patch-src-base-cl_low.h.diff, 536 bytes (added by Schamschula (Marius Schamschula), 20 months ago)
  • src/base/cl_low.h

    old new  
    984984  // Workaround MSVC compiler bug.
    985985} extern "C" uint64 divu_64_rest; namespace cln {         // -> Rest r
    986986#else
    987   extern "C" uint64 divu_64_rest;                         // -> Rest r
     987}  extern "C" uint64 divu_64_rest; namespace cln {         // -> Rest r
    988988#endif
    989989  #define divu_6464_6464(x,y,q_zuweisung,r_zuweisung)  \
    990990    { q_zuweisung divu_6464_6464_(x,y); r_zuweisung divu_64_rest; }