1
0
mirror of synced 2026-02-08 01:21:19 +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 87352f97b2
commit 27899180a3

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>