Changeset 2f8d6d8 for app/src/gue


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/gue/guess.cc

    r25ae32e r2f8d6d8  
    33 
    44#include <string.h> 
    5 #include <iostream.h> 
     5#include <iostream> 
    66#include <stdlib.h> 
    77#include <assert.h> 
     
    1717 
    1818#define PREF_SIGN '_' 
     19 
     20 
     21using namespace std; 
     22 
    1923 
    2024Guess::Guess(const char* suf_file) 
Note: See TracChangeset for help on using the changeset viewer.