sync with OpenBSD -current
This commit is contained in:
parent
a34e492c6b
commit
acb2a22980
86 changed files with 12131 additions and 4602 deletions
|
@ -1,7 +1,7 @@
|
|||
/* $XTermId: trace.h,v 1.94 2022/10/06 20:40:49 tom Exp $ */
|
||||
/* $XTermId: trace.h,v 1.95 2024/05/15 23:51:40 tom Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997-2021,2022 by Thomas E. Dickey
|
||||
* Copyright 1997-2022,2024 by Thomas E. Dickey
|
||||
*
|
||||
* All Rights Reserved
|
||||
*
|
||||
|
@ -92,7 +92,7 @@ extern void TraceArgv(const char * /* tag */, char ** /* argv */);
|
|||
|
||||
extern const char *trace_who;
|
||||
#undef TRACE_CHILD
|
||||
#define TRACE_CHILD int tracing_child = (trace_who = "child") != 0; (void) tracing_child;
|
||||
#define TRACE_CHILD int tracing_child = (trace_who = "child") != 0; (void) tracing_child
|
||||
|
||||
extern void TraceEvent(const char *, XEvent *, String *, Cardinal *);
|
||||
#undef TRACE_EVENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue