source tree restructured a little (should i move *.[ch] to src/ ?)
[k8jam.git] / hdrmacro.h
blob64eb047fe866a3091c4d04f999b7e2b266cee002
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 );