Commit 758587dbdbaa7053fa729e64f2ce3d2a98d0cf1c

Werner Lemberg 2016-01-12T22:20:06

Don't use macro names that start with `_[A-Z]' [1/3]. Such macro names are reserved for both C and C++. * src/bdf/bdflib.c: Replace macros of the form `_BDF_XXX' with `BDF_XXX_'.