mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Improvements in new RTLIL::IdString implementation
This commit is contained in:
parent
8fd1c269ac
commit
e590ffc84d
5 changed files with 65 additions and 33 deletions
|
@ -43,7 +43,11 @@
|
|||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <initializer_list>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define PRIVATE_NAMESPACE_BEGIN namespace {
|
||||
#define PRIVATE_NAMESPACE_END }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue