mirror of https://github.com/YosysHQ/yosys.git
kernel: undef Tcl macros interfering with cxxrtl.
This commit is contained in:
parent
b2221c1077
commit
ac988cfac5
|
@ -93,6 +93,8 @@ extern Tcl_Obj *Tcl_NewIntObj(int intValue);
|
|||
extern Tcl_Obj *Tcl_NewListObj(int objc, Tcl_Obj *const objv[]);
|
||||
extern Tcl_Obj *Tcl_ObjSetVar2(Tcl_Interp *interp, Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, Tcl_Obj *newValuePtr, int flags);
|
||||
# endif
|
||||
# undef CONST
|
||||
# undef INLINE
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in New Issue