mirror of
https://github.com/urbit/shrub.git
synced 2025-01-06 21:18:42 +03:00
Move more chars.
This commit is contained in:
parent
ee38b88188
commit
36f2152e61
@ -107,7 +107,7 @@
|
|||||||
/* u3t_event_trace(): record a lifecycle event.
|
/* u3t_event_trace(): record a lifecycle event.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
u3t_event_trace(const char* name, char type);
|
u3t_event_trace(const c3_c* name, c3_c type);
|
||||||
|
|
||||||
/* u3t_damp(): print and clear profile data.
|
/* u3t_damp(): print and clear profile data.
|
||||||
*/
|
*/
|
||||||
|
@ -470,7 +470,7 @@ u3t_nock_trace_pop()
|
|||||||
/* u3t_event_trace(): dumps a simple event from outside nock.
|
/* u3t_event_trace(): dumps a simple event from outside nock.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
u3t_event_trace(const char* name, char type)
|
u3t_event_trace(const c3_c* name, c3_c type)
|
||||||
{
|
{
|
||||||
if (!trace_file_u)
|
if (!trace_file_u)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user