Make sure get_lif_token_value isn't inlined, as it would defeat the purpose of introd...
commit874acce52686bef8252ceeaea2fb353c9d10f4af
authorlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Sun, 26 Sep 2010 11:58:58 +0000 (26 11:58 +0000)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Sun, 26 Sep 2010 11:58:58 +0000 (26 11:58 +0000)
treed0471561fe92e3da1315f194f72815054ce3f9e4
parent91626fd987f4547df667dde8c7b783eb1c70febb
Make sure get_lif_token_value isn't inlined, as it would defeat the purpose of introducing that function. E.g., gcc 3.4.6 for m68k is keen on inlining code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28172 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_tokens.c