Minor fixes
This commit is contained in:
parent
5458134efb
commit
de8fb5d489
3 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
|||
#define INP_TYPE struct file_info
|
||||
#define INP_VAR finfo
|
||||
struct file_info finfo;
|
||||
#include <inp_pkg.body>
|
||||
#include "nopp.h"
|
||||
#include <inp_pkg.body>
|
||||
|
||||
#ifndef NOPP
|
||||
char *
|
||||
|
|
|
@ -67,7 +67,7 @@ initial_value_pack(struct type **tpp; struct expr **expp;) :
|
|||
'}'
|
||||
;
|
||||
|
||||
initial_value_list(register struct type *tpp; struct expr **expp;)
|
||||
initial_value_list(register struct type **tpp; struct expr **expp;)
|
||||
{ struct expr *e1;
|
||||
register struct type **tpp2 = 0;
|
||||
}
|
||||
|
|
|
@ -153,7 +153,7 @@ non_function(register struct decspecs *ds; register struct declarator *dc;)
|
|||
[
|
||||
initializer(dc->dc_idf, ds->ds_sc)
|
||||
|
|
||||
{ code_declaration(dc->dc_idf, (struct excpr *) 0, level, ds->ds_sc); }
|
||||
{ code_declaration(dc->dc_idf, (struct expr *) 0, level, ds->ds_sc); }
|
||||
]
|
||||
[
|
||||
','
|
||||
|
|
Loading…
Reference in a new issue