module $GNMDEF IDENT "V1.0"; { Copyright 2002 Compaq Information Technologies Group, L.P. { FACILITY: GNM -- OpenVMS Common Message Compiler { { ABSTRACT: This module contains the central definitions for the { GNM compiler; this compiler converts its input file { into output files suitable for input into other { OpenVMS tools. The input file contains the text of { the messages and related documentation. { { ENVIRONMENT: OpenVMS Alpha V7.2, or higher { AUTHOR: Stephen Hoffman - OpenVMS Development { CREATION DATE: 04-Mar-2002 { { MODIFIED BY: { { V1.0-000 Stephen Hoffman 04-Mar-2002 { Initial version { {-- aggregate GNM structure prefix GNM$; SDL_PACIFIER character; /* avoids any SDL NULLSTRUC errors CONSTANT ( COMMENT, { COMPONENT, { COPYRIGHT, { ERROR, { FATAL, { INFORMATIONAL, { SUCCESS, { WARNING, { END, { NAME, { MESSAGE, { BASE, { FACILITY, { IDENT, { PAGE, { TITLE, { EXPLAN, { EXPLAN_MORE, { USRACT, { USRACT_MORE, { DEST_BOTH, { DEST_SDML, { DEST_MSG { ) equals 1 increment 1 counter #max_token_value; end; end_module $GNMDEF;