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



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