Changeset 2f8d6d8 for app/src/compiledic


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/compiledic/aut2fsa.cc

    r25ae32e r2f8d6d8  
    11 
    2 #include <iostream.h> 
     2#include <iostream> 
    33#include <stdlib.h> 
    44 
    55#include "../lib/tfti.h" 
    66 
    7 #include <fstream.h> 
     7#include <fstream> 
     8 
     9using namespace std; 
    810 
    911int main() 
Note: See TracChangeset for help on using the changeset viewer.