// $Log: verbsity.hpp,v $
// Revision 1.2 2011/03/25 21:47:31 doug
// *** empty log message ***
//
// Revision 1.1 2011/03/25 07:19:17 doug
// Initial revision
//
char dir_verbsity[] = "$Id: verbsity.hpp,v 1.2 2011/03/25 21:47:31 doug Exp $";
// Copyright(c)2011 Douglas W. Goodall, United States.
// Set the verbosity level
if(0 == strcmp(strupr(g_szOpcode),"VERBOSITY")) {
g_iErrorNo ^= ERROR_UNKOP;
fprintf(g_flog,"Processing VERBOSITY directive\n");
if(0 != strlen(g_szParms)) {
g_iVerbosity = resolvep8(g_szParms);
g_iLineType = TYPE_DIR;
}
}