Allow message about referenced but undefined to be suppressed

This commit is contained in:
Marty Kraimer
1997-06-05 18:28:50 +00:00
parent e11c120f6b
commit db49a2babb
6 changed files with 66 additions and 4 deletions
+6
View File
@@ -67,6 +67,7 @@ utility routines, described later, use core routines to provide a more
convenient interface for some purposes.
a) long macCreateHandle( MAC_HANDLE **handle, char *pairs[] );
void macSuppressWarning(MAC_HANDLE *handle,int falseTrue);
Creates a new macro substitution context and returns an opaque handle
to that context. An application can, if it desires, have several
@@ -81,6 +82,11 @@ a) long macCreateHandle( MAC_HANDLE **handle, char *pairs[] );
context structure. The memory for this context is allocated by this
routine.
macSuppressWarning can be called to suppress the marning message
when macExpandString cant expand a macro. A non zero value will
suppress the messages.
b) long macGetXxxx( MAC_HANDLE *handle, <Xxxx-specific> );
long macPutXxxx( MAC_HANDLE *handle, <Xxxx-specific> );