]> git.street.me.uk Git - andy/viking.git/commit - src/globals.h
Fix arithmetic macro definition
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 25 Sep 2010 11:47:41 +0000 (13:47 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 25 Sep 2010 11:47:41 +0000 (13:47 +0200)
commit9ac936f269ba5b2a62798014f2054eb6462a05af
tree59995045d55d419af64227185ff7ce0a322602b5
parent6c20e59a815984bf502aa9d1af8bd93d33727f87
Fix arithmetic macro definition

cpp macro are only text substitutions.
We have to ensure VIK_METERS_TO_FEET(3+1) will do what coder expect.
src/globals.h