K 10 svn:author V 5 danfe K 8 svn:date V 27 2019-03-11T11:34:07.997337Z K 7 svn:log V 367 Unbreak the build by fixing two common errors that upset new C++ compilers: 1) evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] 2) pekwm/ActionHandler.cc:631:10: error: case value evaluates to 4294967294, which cannot be narrowed to type 'int' [-Wc++11-narrowing] END