Add hooks for reachover builds from src/tools/compat.

This commit is contained in:
lukem 2002-01-21 23:33:36 +00:00
parent 9a14a10fb6
commit 081753574a

View File

@ -1,4 +1,4 @@
/* $NetBSD: fparseln.c,v 1.10 2000/07/05 11:46:40 ad Exp $ */
/* $NetBSD: fparseln.c,v 1.11 2002/01/21 23:33:36 lukem Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@ -29,9 +29,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fparseln.c,v 1.10 2000/07/05 11:46:40 ad Exp $");
__RCSID("$NetBSD: fparseln.c,v 1.11 2002/01/21 23:33:36 lukem Exp $");
#endif
#include <assert.h>
@ -40,6 +43,9 @@ __RCSID("$NetBSD: fparseln.c,v 1.10 2000/07/05 11:46:40 ad Exp $");
#include <string.h>
#include <stdlib.h>
#include <util.h>
#endif /* ! HAVE_CONFIG_H */
#if ! HAVE_FPARSELN
static int isescaped(const char *, const char *, int);
@ -219,3 +225,4 @@ line 6
*/
#endif /* TEST */
#endif /* ! HAVE_FPARSELN */