some fixes to make Phrasebook compilable more easily

This commit is contained in:
aarne
2012-10-15 09:02:39 +00:00
parent a8965d587b
commit 5472b4b5e7
7 changed files with 11 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
concrete SentencesHin of Sentences = NumeralHin ** SentencesI - [sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale] with
concrete SentencesHin of Sentences = NumeralHin ** SentencesI -
[sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale,mkGreeting] with
(Syntax = SyntaxHin),
(Symbolic = SymbolicHin),
(Lexicon = LexiconHin) **
@@ -17,6 +18,9 @@ concrete SentencesHin of Sentences = NumeralHin ** SentencesI - [sing,IFemale,
flags coding = utf8 ;
oper
mkGreeting = ss ;
oper
myN = "मैं" ;
mjh = "मुझ" ;