OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [Dbg_cf.h.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* This file is only to be included by the Debugger itself. */
2
/* Applications should only include Dbg.h. */
3
 
4
/*
5
 * Check for headers
6
 */
7
#ifndef __NIST_DBG_CF_H__
8
#define __NIST_DBG_CF_H__
9
 
10
#undef NO_STDLIB_H              /* Tcl requires this name */
11
 
12
/*
13
 * Check for functions
14
 */
15
#undef HAVE_STRCHR
16
 
17
#ifndef HAVE_STRCHR
18
#define strchr(s,c) index(s,c)
19
#endif /* HAVE_STRCHR */
20
 
21
#endif  /* __NIST_DBG_CF_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.