/*
 * $Source: f:/miner/source/main/editor/rcs/macro.h $
 * $Revision: 2.0 $
 * $Author: john $
 * $Date: 1995/02/27 11:34:32 $
 * 
 * Header for macro.c
 * 
 * $Log: macro.h $
 * Revision 2.0  1995/02/27  11:34:32  john
 * Version 2.0! No anonymous unions, Watcom 10.0, with no need
 * for bitmaps.tbl.
 * 
 * Revision 1.2  1994/05/14  17:18:19  matt
 * Got rid of externs in source (non-header) files
 * 
 * Revision 1.1  1994/05/14  16:38:50  matt
 * Initial revision
 * 
 * 
 */



#ifndef _MACRO_H
#define _MACRO_H

void macro_free_buffer(void);

#endif
