for.h revision 141104
189837Skris/*-
289837Skris * Copyright (c) 1988, 1989, 1990, 1993
389837Skris *	The Regents of the University of California.  All rights reserved.
489837Skris * Copyright (c) 1989 by Berkeley Softworks
589837Skris * All rights reserved.
689837Skris *
789837Skris * This code is derived from software contributed to Berkeley by
889837Skris * Adam de Boor.
989837Skris *
1089837Skris * Redistribution and use in source and binary forms, with or without
1189837Skris * modification, are permitted provided that the following conditions
1289837Skris * are met:
1389837Skris * 1. Redistributions of source code must retain the above copyright
1489837Skris *    notice, this list of conditions and the following disclaimer.
1589837Skris * 2. Redistributions in binary form must reproduce the above copyright
1689837Skris *    notice, this list of conditions and the following disclaimer in the
1789837Skris *    documentation and/or other materials provided with the distribution.
1889837Skris * 3. All advertising materials mentioning features or use of this software
1989837Skris *    must display the following acknowledgement:
2089837Skris *	This product includes software developed by the University of
2189837Skris *	California, Berkeley and its contributors.
2289837Skris * 4. Neither the name of the University nor the names of its contributors
2389837Skris *    may be used to endorse or promote products derived from this software
2489837Skris *    without specific prior written permission.
2589837Skris *
2689837Skris * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2789837Skris * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2889837Skris * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2989837Skris * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3089837Skris * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3189837Skris * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3289837Skris * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3389837Skris * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3489837Skris * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3589837Skris * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3689837Skris * SUCH DAMAGE.
3789837Skris *
3889837Skris * $FreeBSD: head/usr.bin/make/for.h 141104 2005-02-01 10:50:37Z harti $
3989837Skris */
4089837Skris
4189837Skris#ifndef for_h_9d770f33
4289837Skris#define	for_h_9d770f33
4389837Skris
4489837Skrisint For_Eval(char *);
4589837Skrisvoid For_Run(int);
4689837Skris
4789837Skris#endif /* for_h_9d770f33 */
4889837Skris