HomeFreeBSD

Fix off-by-one error in processing of #ifdef lines

Description

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

Details

Provenance
seAuthored on
Parents
rS367103: Fix parsing of #ifdef in calendar files
Branches
Unknown
Tags
Unknown