import gdb-1999-12-21 snapshot
This commit is contained in:
parent
d3a0947552
commit
ed9a39ebf9
69 changed files with 6196 additions and 1946 deletions
|
@ -329,6 +329,7 @@ extern int myread (int, char *, int);
|
|||
extern int query (char *, ...) ATTR_FORMAT (printf, 1, 2);
|
||||
|
||||
#if !defined (USE_MMALLOC)
|
||||
extern PTR mcalloc (void *, size_t, size_t);
|
||||
extern PTR mmalloc (PTR, size_t);
|
||||
extern PTR mrealloc (PTR, PTR, size_t);
|
||||
extern void mfree (PTR, PTR);
|
||||
|
@ -1283,7 +1284,8 @@ extern int use_windows;
|
|||
the actual pid. */
|
||||
|
||||
#ifndef PIDGET
|
||||
#define PIDGET(pid) (pid)
|
||||
#define PIDGET(PID) (PID)
|
||||
#define TIDGET(PID) 0
|
||||
#endif
|
||||
|
||||
/* If under Cygwin, provide backwards compatibility with older
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue