From: Bruno Haible Date: Mon, 5 Feb 2007 03:39:57 +0000 (+0000) Subject: Put the word "warning:" into the warning message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1203a258deab150a172f78a0f80a4a5031ab34f;p=pspp Put the word "warning:" into the warning message. --- diff --git a/ChangeLog b/ChangeLog index 4f2b8d98c5..31af0c7a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-04 Bruno Haible + + * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the + warning message. + 2007-02-04 Bruno Haible New module mbstok_r. diff --git a/lib/string_.h b/lib/string_.h index 2aaf067bdc..f26a1da620 100644 --- a/lib/string_.h +++ b/lib/string_.h @@ -37,7 +37,7 @@ # define GL_LINK_WARNING1(file, line, message) \ GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */ # define GL_LINK_WARNING2(file, line, message) \ - GL_LINK_WARNING3 (file ":" #line ": " message) + GL_LINK_WARNING3 (file ":" #line ": warning: " message) # define GL_LINK_WARNING3(message) \ ({ static const char warning[sizeof (message)] \ __attribute__ ((__unused__, \