* src/ltlparse/ltlscan.ll: Include ltlparse/parsedecl.hh,
not parsedecl.hh. * src/tgbaparse/tgbascan.ll: Likewise, include tgbaparse/parsedecl.hh.
This commit is contained in:
parent
f83a21cf94
commit
1b222106ab
3 changed files with 13 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
%{
|
||||
#include <string>
|
||||
#include "parsedecl.hh"
|
||||
#include "ltlparse/parsedecl.hh"
|
||||
|
||||
/* Hack Flex so we read from a string instead of reading from a file. */
|
||||
#define YY_INPUT(buf, result, max_size) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue