Make this compile on Solaris...

This commit is contained in:
kim 1999-09-16 19:57:54 +00:00
parent f30ff2bf0f
commit 6c6c0c0d5c

View File

@ -1,4 +1,4 @@
/* $NetBSD: make.h,v 1.22 1999/09/15 02:56:34 mycroft Exp $ */
/* $NetBSD: make.h,v 1.23 1999/09/16 19:57:54 kim Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@ -64,6 +64,11 @@
# define __P(protos) () /* traditional C preprocessor */
# endif
# endif
# ifndef __GNUC__
# ifndef __inline
# define __inline
# endif
# endif
# ifndef __STDC__
# ifndef const
# define const