lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st
author andy simpson <andrews@symbian.org>
Tue, 15 Jun 2010 15:32:34 +0100
branchGCC_SURGE
changeset 35 f27f6b44bd0d
parent 0 e4d67989cc36
permissions -rw-r--r--
Bug 2971 GCCE fixes : "impossible constraint in 'asm'" fix ported over from CompilerCompatibility branch (see also Bug 1805)

# StringTableF.st
# Copyright (c) 2006 Symbian Ltd.  All rights reserved.
# Example String Table
fstringtable StringTableF
!// 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