fixed pkg-config rule
[k8jam.git] / src / builtins.h
bloba44501975f2d77f26a91850ad70ffd611bb257d9
1 /*
2 * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * builtins.h - compile parsed jam statements
9 * 01/10/01 (seiwald) - split from compile.h
11 #ifndef JAMH_BUILTINS_H
12 #define JAMH_BUILTINS_H
15 extern int compat_old_builtin_names;
17 extern void load_builtins (void);
20 #endif