Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Make this compile on Solaris...



details:   https://anonhg.NetBSD.org/src/rev/6b14fda9f187
branches:  trunk
changeset: 476452:6b14fda9f187
user:      kim <kim%NetBSD.org@localhost>
date:      Thu Sep 16 19:57:54 1999 +0000

description:
Make this compile on Solaris...

diffstat:

 usr.bin/make/make.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 94268a15e36f -r 6b14fda9f187 usr.bin/make/make.h
--- a/usr.bin/make/make.h       Thu Sep 16 19:49:04 1999 +0000
+++ b/usr.bin/make/make.h       Thu Sep 16 19:57:54 1999 +0000
@@ -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



Home | Main Index | Thread Index | Old Index