changed all "kjam" to "k8jam"
[k8jam.git] / hdrmacro.h
blob979cb3edf18c821580773b233b35dc7ca938a1f4
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
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);