Files
gf-core/lib/src/turkish/IrregTurAbs.gf
hallgren fc2f5b0a1a Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00

18 lines
316 B
Plaintext

--# -path=.:../abstract:../common:../../prelude
-- (c) 2009 Server Çimen under LGPL
abstract IrregTurAbs = Cat ** {
flags coding=utf8;
fun
eat_V : V ;
fear_V : V ;
fight_V : V ;
find_V : V ;
hate_V : V ;
hit_V : V ;
know_V : V ;
leave_V : V ;
like_V : V ;
see_V : V ;
}