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



> 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