1/*
2 * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
3 *
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6
7/*
8 * builtins.h - compile parsed jam statements
9 *
10 * 01/10/01 (seiwald) - split from compile.h
11 */
12
13void load_builtins();
14
15