From aedadf2aa4030a506bb29ff21ebd424e16b1be83 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Nov 2015 00:29:50 +0100 Subject: more etymology MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/error/variables.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/error/variables.c') diff --git a/src/error/variables.c b/src/error/variables.c index 9fd252e..a31c970 100644 --- a/src/error/variables.c +++ b/src/error/variables.c @@ -25,6 +25,8 @@ * This variable is global and shared by all threads. * * This is a GNU extension. + * + * @etymology (`error`)-subsystem: (message count). */ volatile unsigned int error_message_count = 0; @@ -44,6 +46,8 @@ volatile unsigned int error_message_count = 0; * occurred on the same line as the last time. * * This is a GNU extension. + * + * @etymology (`error`)-subsystem: print (one) time (per line). */ volatile int error_one_per_line = 1; @@ -56,6 +60,8 @@ volatile int error_one_per_line = 1; * shared by all threads. * * This is a GNU extension. + * + * @etymology (`error`)-subsystem function: (print) the (prog)ram's (name). */ void (*volatile error_print_progname)(void) = NULL; -- cgit v1.2.3-70-g09d2