[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HEAD: inclusion order wrong for input.c
From: |
Ralf Wildenhues |
Subject: |
HEAD: inclusion order wrong for input.c |
Date: |
Mon, 2 Apr 2007 13:34:00 +0200 |
User-agent: |
Mutt/1.5.14 (2007-03-22) |
Hello there,
CVS HEAD m4 currently gives me this warning on GNU/Linux:
| ../m4/m4/input.c:483: warning: implicit declaration of function 'strnlen'
which indicates that config.h wasn't included before string.h. I'm a
bit at a loss to see right away how the structurually correct fix for
M4 would look like (include <config.h> from input.c, or from some other
header, ...), so no proposed patch.
Cheers,
Ralf
- HEAD: inclusion order wrong for input.c,
Ralf Wildenhues <=
- Re: HEAD: inclusion order wrong for input.c, Gary V. Vaughan, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Ralf Wildenhues, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Gary V. Vaughan, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Eric Blake, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Gary V. Vaughan, 2007/04/03