Module Name: src Committed By: rillig Date: Thu Feb 29 20:55:35 UTC 2024
Modified Files: src/lib/libutil: parsedate.y Log Message: parsedate.y: remove outdated comment The number of shift/reduce conflicts has grown to 16. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libutil/parsedate.y diff -u src/lib/libutil/parsedate.y:1.37 src/lib/libutil/parsedate.y:1.38 --- src/lib/libutil/parsedate.y:1.37 Sat Apr 23 13:02:04 2022 +++ src/lib/libutil/parsedate.y Thu Feb 29 20:55:35 2024 @@ -5,8 +5,6 @@ ** a couple of people on Usenet. Completely overhauled by Rich $alz ** <rs...@bbn.com> and Jim Berets <jber...@bbn.com> in August, 1990; ** -** This grammar has 10 shift/reduce conflicts. -** ** This code is in the public domain and has no copyright. */ /* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */ @@ -14,7 +12,7 @@ #include <sys/cdefs.h> #ifdef __RCSID -__RCSID("$NetBSD: parsedate.y,v 1.37 2022/04/23 13:02:04 christos Exp $"); +__RCSID("$NetBSD: parsedate.y,v 1.38 2024/02/29 20:55:35 rillig Exp $"); #endif #include <stdio.h>