GCCE fixes (Bug 2971) : Remove IMPORT_C statements in ext_dat.h as these are not necessary within same module and cause "not constant" error with GCCE
# StringTableC.st
# Copyright (c) 2006 Symbian Ltd. All rights reserved.
# Example String Table
stringtable StringTableC
!// Some types of fruit
# This comment won't appear in the .h file, but the one above is.
EApple apple
EOrange orange
EBanana banana
# Some animals
ECat cat
EDog dog