Changeset 3479 for trunk/src/kmk/output.h
- Timestamp:
- Sep 21, 2020, 12:59:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/output.h
r3432 r3479 67 67 extern struct output *output_context; 68 68 extern unsigned int stdio_traced; 69 #if defined(KMK) && !defined(NO_OUTPUT_SYNC) 70 extern int output_metered; 71 #endif 69 72 70 73 #define OUTPUT_SET(_new) do{ output_context = (_new)->syncout ? (_new) : NULL; }while(0) … … 96 99 /* Dump any child output content to stdout, and reset it. */ 97 100 void output_dump (struct output *out); 101 # ifdef KMK 102 void output_reset (struct output *out); 103 # endif 98 104 #endif 99 105
Note:
See TracChangeset
for help on using the changeset viewer.