3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-25 23:33:42 +00:00

fixup! fixup! ast, read_verilog: unify location types, reduce filename copying

This commit is contained in:
Emil J. Tywoniak 2025-06-24 22:45:59 +02:00
parent 4e1ac7830b
commit fd463f9597

View file

@ -32,11 +32,6 @@
#include "kernel/yosys.h"
#include "frontends/ast/ast.h"
#if ! defined(yyFlexLexerOnce)
#define yyFlexLexer frontend_verilog_yyFlexLexer
#include <FlexLexer.h>
#endif
#include <stdio.h>
#include <stdint.h>