MB_LEN_MAX undeclared (scan.c)

2003-03-11 Thread Francisco Solsona
Hi all, I just cvsup updated my tree (this is FreeBSD CURRENT, 5.0), and make buildworld breaks with: ... cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 -I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common -c /usr/src/usr.bin/xlint/lint1/tree.c cc -O -pipe

Re: MB_LEN_MAX undeclared (scan.c)

2003-03-11 Thread Mike Barcroft
Francisco Solsona [EMAIL PROTECTED] writes: Hi all, I just cvsup updated my tree (this is FreeBSD CURRENT, 5.0), and make buildworld breaks with: It doesn't sound like your tree is completely in-sync. shouldn't MB_LEN_MAX be defined in machine/limits.h? It's in revision 1.15 of limits.h.