Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/lint1 We have 130 shift/reduce conflicts now
details: https://anonhg.NetBSD.org/src/rev/bd75418ffcb3
branches: trunk
changeset: 366057:bd75418ffcb3
user: martin <martin%NetBSD.org@localhost>
date: Thu May 12 18:47:29 2022 +0000
description:
We have 130 shift/reduce conflicts now
diffstat:
usr.bin/xlint/lint1/cgram.y | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 11edb51ee7e7 -r bd75418ffcb3 usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y Thu May 12 17:31:30 2022 +0000
+++ b/usr.bin/xlint/lint1/cgram.y Thu May 12 18:47:29 2022 +0000
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: cgram.y,v 1.412 2022/05/12 17:31:30 christos Exp $ */
+/* $NetBSD: cgram.y,v 1.413 2022/05/12 18:47:29 martin Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: cgram.y,v 1.412 2022/05/12 17:31:30 christos Exp $");
+__RCSID("$NetBSD: cgram.y,v 1.413 2022/05/12 18:47:29 martin Exp $");
#endif
#include <limits.h>
@@ -126,7 +126,7 @@
%}
-%expect 129
+%expect 130
%union {
val_t *y_val;
Home |
Main Index |
Thread Index |
Old Index