/*
** tag_macr.h
**
** tag handle for "<$MACRO>" (macro definition)
**
*/

#ifndef HSC_TAG_MACRO_H
#define HSC_TAG_MACRO_H

/*
**
** extern references
**
*/

extern BOOL handle_hsc_macro( HSCPRC *hp, HSCTAG *tag );


#endif /* HSC_TAG_MACRO_H */
