• Show log

    Commit

  • Hash : 758587db
    Author : Werner Lemberg
    Date : 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_'.