- Changed Lemon so that it always writes the header. It still kept recompiling
the grammar over and over again once it had been changed locally. SVN r851 (trunk)
This commit is contained in:
parent
14533f867d
commit
6eca1036c3
2 changed files with 4 additions and 1 deletions
|
|
@ -3968,7 +3968,8 @@ struct lemon *lemp;
|
|||
fclose(in);
|
||||
if( i==lemp->nterminal ){
|
||||
/* No change in the file. Don't rewrite it. */
|
||||
return;
|
||||
/* (not the best idea if you use make tools that check the date! */
|
||||
/*return;*/
|
||||
}
|
||||
}
|
||||
out = file_open(lemp,".h","wb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue