On Mon, 6 Jun 2005, Werner LEMBERG wrote: > I have an idea: Let's introduce a macro `CONST' which is placed into > the public API header files where a `const' is missing currently. By > default, this is defined as > > #ifndef CONST > # define CONST > #endif > > for backwards compatibility, probably in ftconfig.h (note that there > is more than a single version of this file, depending on the platform) > or in ftoption.h. As soon as a new major release of FreeType is out, > those `CONST' are converted to `const'.
Sounds good, but I think the name should be something more specific, like FT_CONST for the least. > What do you think? Kirill, can you implement that? We would also > need a small note in the docs/CHANGES file... > > > Werner --behdad http://behdad.org/ _______________________________________________ Freetype-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype-devel
