cpml: drop CPML_GNUC_CONST macro
commit617b1db064a4470e963892cde2957d2f5fbf9325
authorNicola Fontana <ntd@entidi.it>
Sat, 28 Feb 2015 16:26:27 +0000 (28 17:26 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 28 Feb 2015 16:26:27 +0000 (28 17:26 +0100)
treeeb785e8e4a87690dc598c468fb90faf642d6f0c2
parenta30d6ce244f811614ec3adc8d19526128eb25fe8
cpml: drop CPML_GNUC_CONST macro

Actually the main function to get the primitive class from the type
number relies on a hash table, so further optimization are bogus.

Dropped the macro equivalent to G_GNUC_CONST because it is no more
needed (and because I suspect that macro was useless anyway).
Avoid relying on th
docs/cpml/Makefile.am
src/cpml/cpml-primitive-private.h
src/cpml/cpml-utils.c
src/cpml/cpml-utils.h