Ignore:
Timestamp:
12/11/08 22:20:14 (16 years ago)
Author:
obrebski <obrebski@…>
Branches:
master, help
Children:
2d89d4b
Parents:
91ed676
git-author:
obrebski <obrebski@…> (12/11/08 22:20:14)
git-committer:
obrebski <obrebski@…> (12/11/08 22:20:14)
Message:

trochę zmian

M app/doc/utt.texinfo
M app/src/dgp/sgraph.hh
M app/src/dgp/const.hh
M app/src/dgp/grammar.hh
M app/src/dgp/thesymbols.hh
M app/src/dgp/dgc
M app/src/dgp/sgraph.cc
M app/src/dgp/grammar.cc

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@63 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/sgraph.hh

    r0214596 r9ace5d2  
    8888  int sprint_node(char* buf, int n, unsigned int info); 
    8989  int print_node(FILE* f, int n, unsigned int info); 
    90   int sprint_node_debug(char* buf, char* pref, int n); 
    91   int print_node_debug(FILE* f, char* pref, int n); 
     90  int sprint_node_debug(char* buf, const char* pref, int n); 
     91  int print_node_debug(FILE* f, const char* pref, int n); 
    9292 
    9393  void print_arc(FILE* f, int left, int right, Role role, int dir); // 0 - left, 1 - right 
Note: See TracChangeset for help on using the changeset viewer.