On 12/28/2011 02:45 PM, Werner Almesberger wrote:
--- a/src/compiler/fpvm.h
>  +++ b/src/compiler/fpvm.h
>  @@ -24,9 +24,6 @@
>    #ifndef __FPVM_H
>    #define __FPVM_H
>
>  -#include<fpvm/fpvm.h>
>  -
>  -
>    void fpvm_init(struct fpvm_fragment *fragment, int vector_mode);
Did the include cause any trouble ? It's needed, at least in theory,
for the use of struct fpvm_fragment.


oh. when I delete this line gcc don't give any error/warning.
why it don't give error/warning, because the .c file already include the 
fpvm/fpvm.h

yes. better leave the file there for struct fpvm_fragment.


thanks Werner
xiangfu
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to