Changeset 2f8d6d8 for app/src/lib/word.h


Ignore:
Timestamp:
10/14/09 21:27:05 (15 years ago)
Author:
to <to@…>
Branches:
master
Children:
a26cf42
Parents:
25b4022
git-author:
to <to@…> (10/14/09 21:27:05)
git-committer:
to <to@…> (10/14/09 21:27:05)
Message:

Poprawki kodu w C++ (nazwy plikow naglowkowych, using ...).

modified: compiledic/aut2fsa.cc
modified: dgp/grammar.hh
modified: dgp/mgraph.hh
modified: dgp/sgraph.hh
modified: dgp/thesymbols.hh
modified: gue/guess.cc
modified: kor/corlist.cc
modified: lem/lem.cc
modified: lib/symtab.cc
modified: lib/tft.h
modified: lib/tfti.h
modified: lib/ttrans.h
modified: lib/word.cc
modified: lib/word.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/lib/word.h

    r6ac84d8 r2f8d6d8  
    66//#include "erro.h" 
    77#include "const.h" 
    8 #include <iostream.h> 
     8#include <iostream> 
     9 
     10#include <string.h> 
    911 
    1012#include <vector> 
Note: See TracChangeset for help on using the changeset viewer.