summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/nonints.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 14:10:44 +0000
committerharti <harti@FreeBSD.org>2005-05-10 14:10:44 +0000
commit2eb7ef8982ac04a1209e22c0739f836fd7721af7 (patch)
tree98556cafb68e2874d7c19a4d0bc0a20c6907568a /usr.bin/make/nonints.h
parentcb3c429895e388d8e36394ff2da6fa84ab71dad1 (diff)
downloadFreeBSD-src-2eb7ef8982ac04a1209e22c0739f836fd7721af7.zip
FreeBSD-src-2eb7ef8982ac04a1209e22c0739f836fd7721af7.tar.gz
Move the remaining two prototypes from nonints.h to make.h and
remove nonints.h. Patch: 7.204 Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/nonints.h')
-rw-r--r--usr.bin/make/nonints.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h
deleted file mode 100644
index 064cc1c..0000000
--- a/usr.bin/make/nonints.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/*-
- * Copyright (c) 1988, 1989, 1990, 1993
- * The Regents of the University of California. All rights reserved.
- * Copyright (c) 1989 by Berkeley Softworks
- * All rights reserved.
- *
- * This code is derived from software contributed to Berkeley by
- * Adam de Boor.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#)nonints.h 8.4 (Berkeley) 4/28/95
- * $FreeBSD$
- */
-
-#ifndef nonints_h_33c5dafb
-#define nonints_h_33c5dafb
-
-struct Buffer;
-
-void Main_ParseArgLine(char *, int);
-int Main_ParseWarn(const char *, int);
-
-#endif /* nonints_h_33c5dafb */
OpenPOWER on IntegriCloud