Unbreak the build by fixing two common errors that upset new C++ compilers:
- evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
- pekwm/ActionHandler.cc:631:10: error: case value evaluates to 4294967294, which cannot be narrowed to type 'int' [-Wc++11-narrowing]