Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
326 bytes
|
Line | |
---|
1 | /* |
---|
2 | * Copyright 1993, 1995 Christopher Seiwald. |
---|
3 | * |
---|
4 | * This file is part of Jam - see jam.c for Copyright information. |
---|
5 | */ |
---|
6 | |
---|
7 | /* |
---|
8 | * headers.h - handle #includes in source files |
---|
9 | */ |
---|
10 | |
---|
11 | void headers( TARGET *t ); |
---|
12 | |
---|
13 | #ifdef OPT_HEADER_CACHE_EXT |
---|
14 | struct regexp; |
---|
15 | LIST *headers1( LIST *l, char *file, int rec, struct regexp *re[] ); |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.