URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [expect/] [Dbg_cf.h.in] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
/* This file is only to be included by the Debugger itself. */
/* Applications should only include Dbg.h. */
/*
* Check for headers
*/
#ifndef __NIST_DBG_CF_H__
#define __NIST_DBG_CF_H__
#undef NO_STDLIB_H /* Tcl requires this name */
/*
* Check for functions
*/
#undef HAVE_STRCHR
#ifndef HAVE_STRCHR
#define strchr(s,c) index(s,c)
#endif /* HAVE_STRCHR */
#endif /* __NIST_DBG_CF_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log