added JAM_FORCE_GCC_OPTIONS variable
[k8jam.git] / jambase.h
blobc05ec7922590e2d81c9b7771919a48f3d12e229c
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
8 * jambase.h - declaration for the internal jambase
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.
15 extern char *jambase[];