source:
downloads/boost_1_33_1/tools/build/jam_src/hdrmacro.h
@
12
Last change on this file since 12 was 12, checked in by landauf, 18 years ago | |
---|---|
File size: 342 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 | * hdrmacro.h - parses header files for #define MACRO <filename> or |
9 | * #define MACRO "filename" definitions |
10 | */ |
11 | |
12 | void macro_headers( TARGET *t ); |
13 | |
14 | char* macro_header_get( const char* macro_name ); |
Note: See TracBrowser
for help on using the repository browser.