Make inlined functions static
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 14 Sep 2014 19:41:04 +0000 (21:41 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 28 Sep 2014 20:14:26 +0000 (22:14 +0200)
commit6a3cd3e334dbff2be84a994a9f11b8bb3ab2a7a4
tree28881e04f3476018f71675e7decf41270f414a5c
parent89408645d0ab89c36cb509284c74c073d74e2a4d
Make inlined functions static

Clang apparently chokes on non-static inline functions,
and they were not used from other files anyway.
parser.c