Gmail
2013-12-11 07:25:59 UTC
Hi all
I am trying to compile the c code and got the following error.
cc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c
registry.c:60:3: warning: implicit declaration of function 'sym_forget' is invalid in C99 [-Wimplicit-function-declaration]
sym_forget() ;
^
Do anybody have any ideas on it?
Thank you
Bruce
I am trying to compile the c code and got the following error.
cc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c
registry.c:60:3: warning: implicit declaration of function 'sym_forget' is invalid in C99 [-Wimplicit-function-declaration]
sym_forget() ;
^
Do anybody have any ideas on it?
Thank you
Bruce