2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
7 * headers.h - handle #includes in source files
10 #define JAMH_HEADERS_H
13 extern void headers (TARGET
*t
);
15 //#ifdef OPT_HEADER_CACHE_EXT
16 extern LIST
*headers1 (const char *file
, LIST
*hdrscan
);