sorry, my fault.
somehow that stio.h file escaped all my attempts to commit the changes ;-)
its comiited, but i guess it will take a few hours to hit the anonymous
cvs too...
chris
Lev Serebryakov wrote:
Hello users,
Code from CVS, 2003/09/29 (latest one, `cvs up' days, taht my
directory is up-to-date)
msp430-gcc -c -I./../include -I. -Wall -O2 -g -mmcu=msp1 -c stdlib/vuprintf.c
-o msp1/vuprintf.o
msp430-gcc -c -I./../include -I. -Wall -O2 -g -mmcu=msp1 -c stdlib/uprintf.c
-o msp1/uprintf.o
stdlib/uprintf.c:35: conflicting types for `uprintf'
../include/stdio.h:45: previous declaration of `uprintf'
gmake: *** [msp1/uprintf.o] ?????? 1
*** Error code 2
gcc-3.2.3-20031001
include/stdio.h:45
int __attribute__ ((format (printf, 2, 3))) uprintf(void (*func)(char c),
const char *fmt, ...);
src/stdlib/uprintf.c:35
int uprintf (int (*func)(char), char const *string, ...)