* qac.usr.ex lastmod 26 Jun 96 SMS * created 1 Nov 91 CEC * * copyright: (c) 1991-1993 Programming Research * version: @(#)qac.usr.ex 1.2 * date: 99/01/13 * * purpose: example user message file * * history: * 26 Jun 96 SMS renamed qac.usr.ex from qac1.usr.ex (CR3655) * 29 Sep 93 SAC Incorporated into QAC++ (CR2186) * 20 May 93 SAC QA: renamed to make errlib example safer (CR1553) * 26 Feb 93 GJE Changed in light of no message limit (CR1625) * 20 Nov 91 SAC Added information level (CR470) * 12 Nov 91 SAC Added macro example (CR452) * 1 Nov 91 SAC Initial version (CR247) * ****************************************************************************** * * The format of this file is as follows: * * * star indicates a comment * * #define name digit comment * defines name as a mnemonic for the error level digit * * errorno level message * messages (only) may be continued over several lines * by using the \ character * Leading whitespace (space and tab) is ignored on any line except a * continuation of a message. Any amount of whitespace may separate the * level from the errorno and the message. Similarly for the name in a * #define. The first character of any message is considered to be the * first non-whitespace character after the level. #define information 0 Informational messages (not warnings!) #define local 4 Local programming standard 5001 information First user message, number 1 5004 local Programming standard violation: 'return' expression is not parenthesized. 5013 local Programming standard violation: macro '%s' is not entirely upper case. 5014 local Programming standard violation: SCCS identifier 'sccsid' is not present in this file. 5023 local Programming standard violation: extern declarations should only appear in headers.