Commit graph

3 commits

Author SHA1 Message Date
Javier Martinez Canillas
be710eaf9b
fix link error due multiple variables definitions
Building with GCC 10.2.1 fails due linking errors caused by having multiple
definitions of the variables defined in the source/constants.h header file.

Fix this by moving the variables definition to the source/constants.c file,
to avoid the variables to be defined each time that the header is included.

While being there, use a single variable instead of having one for each
object that is added to the module.
2020-11-28 00:47:41 +01:00
Matthew West
d6fe11ed89 Add ifndef guards to all header files 2016-08-05 11:17:14 -07:00
Justin Cooper
1258c651cb Initial Commit 2013-06-10 20:16:39 +00:00