root/ascommon/pass2msg.hpp

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. strcmp

// $Log: pass2msg.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_pass2msg[] = "$Id: pass2msg.hpp,v 1.2 2011/03/25 21:47:31 doug Exp $";

// Copyright(c)2011 Douglas W. Goodall, United States.
        
        if(0 == strcmp(strupr(g_szOpcode),"PASS2MSG")) {
                fprintf(g_flog,"Processing PASS2MSG directive\n");
                if(TRUE == g_bPass2) {
                        if(0 != strlen(g_szParms)) {
                                printf("\n\"%s\"\n",g_szParms);
                                g_iLineType = TYPE_DIR;
                        }
                }
                g_iErrorNo ^= ERROR_UNKOP;
        }

/* [<][>][^][v][top][bottom][index][help] */