Module Name:    src
Committed By:   martin
Date:           Thu May 12 18:47:29 UTC 2022

Modified Files:
        src/usr.bin/xlint/lint1: cgram.y

Log Message:
We have 130 shift/reduce conflicts now


To generate a diff of this commit:
cvs rdiff -u -r1.412 -r1.413 src/usr.bin/xlint/lint1/cgram.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint1/cgram.y
diff -u src/usr.bin/xlint/lint1/cgram.y:1.412 src/usr.bin/xlint/lint1/cgram.y:1.413
--- src/usr.bin/xlint/lint1/cgram.y:1.412	Thu May 12 17:31:30 2022
+++ src/usr.bin/xlint/lint1/cgram.y	Thu May 12 18:47:29 2022
@@ -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 @@ anonymize(sym_t *s)
 
 %}
 
-%expect 129
+%expect 130
 
 %union {
 	val_t	*y_val;

Reply via email to