This Space for Rent

New Code! (trivial bugfix edition)

Discount has been pushed up to version 1.2.4 with a simple bugfix that corrects a bug (reported by Mark Raddatz) where the code wouldn’t even compile if it was built without --enable-dl-tag. The code in markdown.c intertwined code sections that were protected with #ifdef WITH_DL_TAG and code sections that were protected by traditional “canthappen” conditionals; as the code evolved over time, it was inevitable that I would finally forget what I was doing and leave a #ifdef WITH_DL_TAG off, with the expected hilarious consequences.

Ooops.

This New Code! replaces many scattered #ifdef WITH_DL_TAGs with one of them, thus vastly reducing the places where people (and by people, I mean *me*) might get confused.