Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/arch Hopefully fix builds



details:   https://anonhg.NetBSD.org/src/rev/244b985565fa
branches:  trunk
changeset: 990680:244b985565fa
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 02 10:38:26 2021 +0000

description:
Hopefully fix builds

diffstat:

 usr.bin/xlint/arch/mips64/targparam.h  |  4 ++--
 usr.bin/xlint/arch/mipsn64/targparam.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 4c32a608131e -r 244b985565fa usr.bin/xlint/arch/mips64/targparam.h
--- a/usr.bin/xlint/arch/mips64/targparam.h     Tue Nov 02 10:05:49 2021 +0000
+++ b/usr.bin/xlint/arch/mips64/targparam.h     Tue Nov 02 10:38:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:48 rillig Exp $     */
+/*     $NetBSD: targparam.h,v 1.10 2021/11/02 10:38:26 skrll Exp $     */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -35,7 +35,7 @@
  * Machine-dependent target parameters for lint1.
  */
 #include "schar.h"
-// This is for __mips_n32
+/* This is for __mips_n32 */
 #include "ilp32.h"
 
 /*
diff -r 4c32a608131e -r 244b985565fa usr.bin/xlint/arch/mipsn64/targparam.h
--- a/usr.bin/xlint/arch/mipsn64/targparam.h    Tue Nov 02 10:05:49 2021 +0000
+++ b/usr.bin/xlint/arch/mipsn64/targparam.h    Tue Nov 02 10:38:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: targparam.h,v 1.2 2021/06/27 08:43:48 rillig Exp $     */
+/*     $NetBSD: targparam.h,v 1.3 2021/11/02 10:38:26 skrll Exp $      */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -35,7 +35,7 @@
  * Machine-dependent target parameters for lint1.
  */
 #include "schar.h"
-// This is for __mips_n64
+/* This is for __mips_n64 */
 #include "lp64.h"
 
 /*



Home | Main Index | Thread Index | Old Index