From 2d8fd9cf8af10471800745e50895c8e0d90c6bc8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Jul 2005 11:04:57 +0000 Subject: I find it weird that there is a private copy of this file here, but I'm not fixing this now. I'm just making sure that this is in perfect sync with the firmware one by simply #including it here! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7119 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/ctype.c | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/apps/codecs/Tremor/ctype.c b/apps/codecs/Tremor/ctype.c index 651dacda86..9eb6eef80a 100644 --- a/apps/codecs/Tremor/ctype.c +++ b/apps/codecs/Tremor/ctype.c @@ -1,22 +1 @@ -#include - -const char _ctype_[257]={ - 0, - _C, _C, _C, _C, _C, _C, _C, _C, - _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C, - _C, _C, _C, _C, _C, _C, _C, _C, - _C, _C, _C, _C, _C, _C, _C, _C, - _S|_B, _P, _P, _P, _P, _P, _P, _P, - _P, _P, _P, _P, _P, _P, _P, _P, - _N, _N, _N, _N, _N, _N, _N, _N, - _N, _N, _P, _P, _P, _P, _P, _P, - _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, - _U, _U, _U, _U, _U, _U, _U, _U, - _U, _U, _U, _U, _U, _U, _U, _U, - _U, _U, _U, _P, _P, _P, _P, _P, - _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, - _L, _L, _L, _L, _L, _L, _L, _L, - _L, _L, _L, _L, _L, _L, _L, _L, - _L, _L, _L, _P, _P, _P, _P, _C -}; - +#include "../../../firmware/common/ctype.c" -- cgit v1.2.3