foo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4466 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -64,13 +64,14 @@ char *filename;
|
|||||||
char hfn[128];
|
char hfn[128];
|
||||||
char cfn[128];
|
char cfn[128];
|
||||||
|
|
||||||
struct error_code *codes;
|
struct error_code *codes = NULL;
|
||||||
|
|
||||||
int
|
int
|
||||||
generate_c(void)
|
generate_c(void)
|
||||||
{
|
{
|
||||||
int n;
|
int n;
|
||||||
struct error_code *ec;
|
struct error_code *ec;
|
||||||
|
|
||||||
FILE *c_file = fopen(cfn, "w");
|
FILE *c_file = fopen(cfn, "w");
|
||||||
if(c_file == NULL)
|
if(c_file == NULL)
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user