source:
downloads/boost_1_33_1/tools/build/jam_src/jambase.h
@
12
Last change on this file since 12 was 12, checked in by landauf, 18 years ago | |
---|---|
File size: 373 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 | * jambase.h - declaration for the internal jambase |
9 | * |
10 | * The file Jambase is turned into a C array of strings in jambase.c |
11 | * so that it can be built in to the executable. This is the |
12 | * declaration for that array. |
13 | */ |
14 | |
15 | extern char *jambase[]; |
Note: See TracBrowser
for help on using the repository browser.