lexer rules relaxed a little; please, don't use tokens like abc: -- use "abc:" instead
[k8jam.git] / src / headers.h
blob479c1a9cae38a261ae6faeae5c75503e197b86c6
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * headers.h - handle #includes in source files
8 */
9 #ifndef JAMH_HEADERS_H
10 #define JAMH_HEADERS_H
13 extern void headers (TARGET *t);
16 #endif