Author :
Werner Lemberg
Date :
2016-01-12 22:20:06
Hash :758587db Message :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_'.