git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4466 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-02-27 04:01:24 +00:00
parent 8ffee099ea
commit 6d90747939

View File

@@ -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;