From: | Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx> |
Date: | Sun, 29 May 2005 16:10:31 +0200 |
Mail-followup-to: | bugs@crater.dragonflybsd.org |
On Sun, May 29, 2005 at 06:06:24AM -0700, walt wrote: > Anyone understand that complaint? This is the offending line: > int _A[RM_SIZE]; _A is defined by ctype.h and the source is broken for using protected names. The fix is to rename the variable. Joerg