MINIX squeezing with strings, fixed small preprocessor bug

This commit is contained in:
eck
1990-01-16 15:21:15 +00:00
parent 2b6d2c8407
commit c4e0fddf5b
6 changed files with 29 additions and 10 deletions

View File

@@ -150,7 +150,7 @@ external_definition
}
function(&Ds, &Dc)
]
{remove_declarator(&Dc);}
{remove_declarator(&Dc); flush_strings(); }
;
non_function(register struct decspecs *ds; register struct declarator *dc;)