varnamproject / libvarnam

Deprecated. See https://github.com/varnamproject/govarnam
http://www.varnamproject.com
Mozilla Public License 2.0
100 stars 21 forks source link

warning: implicit declaration of function ‘vst_persist_stem_exception’ #77

Closed navaneeth closed 10 years ago

navaneeth commented 10 years ago

Getting the below warning:

/Users/navaneeth/projects/varnam/gsoc/libvarnam/varnam.c: In function ‘varnam_create_stem_exception’:
/Users/navaneeth/projects/varnam/gsoc/libvarnam/varnam.c:691: warning: implicit declaration of function ‘vst_persist_stem_exception’
kevinmartinjos commented 10 years ago

vst_persist_stem_exception was not added to symbol-table.h. Added now.

navaneeth commented 10 years ago

There is a symbol-table.c.orig file got checked in. Can you delete?

kevinmartinjos commented 10 years ago

done

kevinmartinjos commented 10 years ago

can we close this?