Diff for /cdli/cdli_files.py between versions 1.80.2.17 and 1.80.2.18

version 1.80.2.17, 2008/01/14 19:15:33 version 1.80.2.18, 2008/01/18 20:53:49
Line 108  def formatAtfFullLineNum(txt, nolemma=Tr Line 108  def formatAtfFullLineNum(txt, nolemma=Tr
                 surf = line.replace(words[0],surfaces[words[0]]).strip()                  surf = line.replace(words[0],surfaces[words[0]]).strip()
                           
             elif words[0] == '@column':              elif words[0] == '@column':
                 col = words[1]                  col = ''.join(words[1:])
                           
         elif line and line[0] in '123456789':          elif line and line[0] in '123456789':
             # ordinary line -> add line number              # ordinary line -> add line number

Removed from v.1.80.2.17  
changed lines
  Added in v.1.80.2.18


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>