K 10 svn:author V 2 se K 8 svn:date V 27 2020-10-28T13:30:24.002140Z K 7 svn:log V 351 Fix off-by-one error in processing of #ifdef lines The convention in this program is to parse the line immediately starting after the token (e.g. #defineA and #ifdefA define respectively look-up "A"), and this commit restores this behavior instead of skipping an assumed white-space character following #ifdef. Reported by: kevans MFC after: 3 days END