/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*  This file is part of jcabc2ps,
*  Copyright (C) 1996,1997,1998  Michael Methfessel
*  Copyright (C) 1999, 2001, 2002, 2003 John Chambers
*  See file jcabc2ps.c for details.
*/

#define Macro struct __macro__
Macro {
	Macro *next;
	Str    name;
	Str    value;
};
extern Macro *macrolist;

