mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	New mxe hacks needed to support 2ca237e
				
					
				
			This commit is contained in:
		
							parent
							
								
									28b7053a01
								
							
						
					
					
						commit
						f767179c75
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -88,6 +88,10 @@ extern int Tcl_EvalFile(Tcl_Interp *interp, const char *fileName);
 | 
			
		|||
extern void Tcl_Finalize(void);
 | 
			
		||||
extern int Tcl_GetCommandInfo(Tcl_Interp *interp, const char *cmdName, Tcl_CmdInfo *infoPtr);
 | 
			
		||||
extern const char *Tcl_GetStringResult(Tcl_Interp *interp);
 | 
			
		||||
extern Tcl_Obj *Tcl_NewStringObj(const char *bytes, int length);
 | 
			
		||||
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
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue