include err.h
(generate_h): remove unused variable git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5224 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
#include <roken.h>
|
#include <roken.h>
|
||||||
|
#include <err.h>
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
|
|
||||||
int numerror;
|
int numerror;
|
||||||
@@ -124,7 +125,6 @@ generate_c(void)
|
|||||||
int
|
int
|
||||||
generate_h(void)
|
generate_h(void)
|
||||||
{
|
{
|
||||||
int n;
|
|
||||||
struct error_code *ec;
|
struct error_code *ec;
|
||||||
char fn[128];
|
char fn[128];
|
||||||
FILE *h_file = fopen(hfn, "w");
|
FILE *h_file = fopen(hfn, "w");
|
||||||
|
Reference in New Issue
Block a user