In file included from lexicon.c:2:
utilities.h:12: error: syntax error before string constant
lexicon.c: In function `lex_print_n_malloc':
lexicon.c:21: warning: implicit declaration of function `printf'
lexicon.c: At top level:
lexicon.c:30: error: syntax error before "lex_get_tree_root"
lexicon.c:30: error: syntax error before "lex"
lexicon.c:30: warning: return type defaults to `int'
lexicon.c: In function `lex_get_tree_root':
lexicon.c:31: error: `lex' undeclared (first use in this function)
lexicon.c:31: error: (Each undeclared identifier is reported only once
lexicon.c:31: error: for each function it appears in.)
lexicon.c:31: warning: return makes integer from pointer without a cast
lexicon.c: At top level:
lexicon.c:35: error: syntax error before "lex_init"
lexicon.c:35: warning: return type defaults to `int'
lexicon.c: In function `lex_init':
lexicon.c:36: error: `Lexicon' undeclared (first use in this function)
lexicon.c:36: error: syntax error before "lex"
lexicon.c:37: error: `lex' undeclared (first use in this function)
lexicon.c:39: warning: implicit declaration of function `tree_init'
lexicon.c: At top level:
lexicon.c:44: error: syntax error before '*' token
lexicon.c: In function `lex_add_element2':
lexicon.c:46: error: `lex' undeclared (first use in this function)
lexicon.c:49: warning: implicit declaration of function `tree_word_exists'
lexicon.c:49: error: `u' undeclared (first use in this function)
lexicon.c:50: warning: implicit declaration of function `tree_insert_word'
lexicon.c:51: warning: implicit declaration of function `tab_u_assign_value'
lexicon.c:53: error: `new' undeclared (first use in this function)
lexicon.c:53: error: `LEX_NEW_ELEMENT' undeclared (first use in this function)
lexicon.c:56: error: `LEX_EXISTING_ELEMENT' undeclared (first use in this function)
lexicon.c: At top level:
lexicon.c:61: error: syntax error before '*' token
lexicon.c: In function `lex_add_element':
lexicon.c:63: error: `lex' undeclared (first use in this function)
lexicon.c:66: error: `u' undeclared (first use in this function)
lexicon.c: At top level:
lexicon.c:75: error: syntax error before "lex_get_element"
lexicon.c:75: error: syntax error before "lex"
lexicon.c:75: warning: return type defaults to `int'
lexicon.c: In function `lex_get_element':
lexicon.c:76: warning: implicit declaration of function `tab_u_get_value'
lexicon.c:76: error: `lex' undeclared (first use in this function)
lexicon.c:76: error: `index' undeclared (first use in this function)
lexicon.c: At top level:
lexicon.c:79: error: syntax error before "lex"
lexicon.c: In function `lex_get_index':
lexicon.c:80: error: `lex' undeclared (first use in this function)
lexicon.c:80: error: `u' undeclared (first use in this function)
lexicon.c: At top level:
lexicon.c:84: error: syntax error before "lex_get_tab"
lexicon.c:84: error: syntax error before "lex"
lexicon.c:84: warning: return type defaults to `int'
lexicon.c: In function `lex_get_tab':
lexicon.c:85: error: `lex' undeclared (first use in this function)
lexicon.c:85: warning: return makes integer from pointer without a cast
lexicon.c: At top level:
lexicon.c:89: error: syntax error before "lex"
lexicon.c: In function `lex_print':
lexicon.c:90: error: `lex' undeclared (first use in this function)
lexicon.c:94: warning: implicit declaration of function `tab_u_print'
lexicon.c: At top level:
lexicon.c:97: error: syntax error before "lex"
lexicon.c: In function `lex_print_codes':
lexicon.c:98: error: `lex' undeclared (first use in this function)
lexicon.c:102: warning: implicit declaration of function `tab_u_print_codes'
lexicon.c: At top level:
lexicon.c:106: error: syntax error before "lex"
lexicon.c: In function `lex_println':
lexicon.c:107: error: `lex' undeclared (first use in this function)
lexicon.c: At top level:
lexicon.c:111: error: syntax error before '*' token
lexicon.c: In function `lex_free':
lexicon.c:112: warning: implicit declaration of function `tab_u_free'
lexicon.c:112: error: `lex' undeclared (first use in this function)
lexicon.c:113: warning: implicit declaration of function `tree_free'
make: *** [prog_test] Error 1
