- rcfile.c:General - Added stdarg.h to includes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
1c2fddcb40
commit
34f8098045
|
@ -50,6 +50,7 @@ CVS code -
|
||||||
- Took silly variables being passed everywhere like lineno and
|
- Took silly variables being passed everywhere like lineno and
|
||||||
filename and made them static variables.
|
filename and made them static variables.
|
||||||
- Re-indented.
|
- Re-indented.
|
||||||
|
- Added stdarg.h to includes.
|
||||||
rcfile_error()
|
rcfile_error()
|
||||||
- Now automatically prpends the "error in line blah at foo"
|
- Now automatically prpends the "error in line blah at foo"
|
||||||
message to error messages.
|
message to error messages.
|
||||||
|
|
1
rcfile.c
1
rcfile.c
|
@ -20,6 +20,7 @@
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
Loading…
Reference in New Issue