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: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: christos%zoulas.com@localhost
Cc: gnats-bugs%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
netbsd-bugs%NetBSD.org@localhost,
        martin%NetBSD.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: PR/44235 CVS commit: src/usr.bin/xlint/lint1
Date: Sun, 19 Dec 2010 13:18:20 +0900

 > 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"
    ;
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index