2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
8 * hdrmacro.h - parses header files for #define MACRO <filename> or
9 * #define MACRO "filename" definitions
12 void macro_headers (TARGET
*t
);
14 const char *macro_header_get (const char *macro_name
);