NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/44235 CVS commit: src/usr.bin/xlint/lint1



The following reply was made to PR bin/44235; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
netbsd-bugs%NetBSD.org@localhost, 
        martin%NetBSD.org@localhost
Subject: Re: PR/44235 CVS commit: src/usr.bin/xlint/lint1
Date: Sun, 19 Dec 2010 11:31:53 -0500

 On Dec 19,  1:18pm, tsutsui%ceres.dti.ne.jp@localhost (Izumi Tsutsui) wrote:
 -- Subject: Re: PR/44235 CVS commit: src/usr.bin/xlint/lint1
 
 | > Can you extract a simple example where that fails?
 | > Do yo know which file it fails on?
 | 
 | The target is /usr/xsrc/external/mit/MesaLib/dist/src/mesa/main/enums.c
 | built in /usr/src/external/mit/xorg/lib/libOSMesa/.
 | 
 | It has so long wrapped strings and that causes the problem?
 | 
 | ---
 | LONGSTRING static const char enum_string_table[] = 
 |    "GL_2D\0"
 |    "GL_2_BYTES\0"
 |    "GL_3D\0"
 |   :
 | [ ~1890 lines ]
 |   :
 |    "GL_ZERO\0"
 |    "GL_ZOOM_X\0"
 |    "GL_ZOOM_Y\0"
 |    ;
 
 Thanks! That should help a lot.
 
 christos
 


Home | Main Index | Thread Index | Old Index