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 lint: provide a direct link to the docum...
details: https://anonhg.NetBSD.org/src/rev/aa53c12c0b9b
branches: trunk
changeset: 984876:aa53c12c0b9b
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Jul 27 05:42:36 2021 +0000
description:
lint: provide a direct link to the documentation
No functional change.
diffstat:
usr.bin/xlint/lint1/cgram.y | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r f07a371af489 -r aa53c12c0b9b usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y Tue Jul 27 03:09:26 2021 +0000
+++ b/usr.bin/xlint/lint1/cgram.y Tue Jul 27 05:42:36 2021 +0000
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: cgram.y,v 1.349 2021/07/26 18:10:14 rillig Exp $ */
+/* $NetBSD: cgram.y,v 1.350 2021/07/27 05:42:36 rillig 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.349 2021/07/26 18:10:14 rillig Exp $");
+__RCSID("$NetBSD: cgram.y,v 1.350 2021/07/27 05:42:36 rillig Exp $");
#endif
#include <limits.h>
@@ -1154,8 +1154,8 @@
;
/*
- * For an explanation of 'notype' in the following rules, see the Bison
- * manual, section 7.1 "Semantic Info in Token Kinds".
+ * For an explanation of 'notype' in the following rules, see
+ * https://www.gnu.org/software/bison/manual/bison.html#Semantic-Tokens.
*/
notype_init_declarators:
Home |
Main Index |
Thread Index |
Old Index