Commits
Travis Cross committed bf42dd65f1a
Refactor `switch_fulldate_cmp` We're moving the variable declarations down to the smallest possible scope (a good idea in general) so we can address the use of undefined memory by the function in a later commit.