Source-Changes-HG archive

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

[src/trunk]: src/games/morse add 2004's "@" definition.



details:   https://anonhg.NetBSD.org/src/rev/d10d61ab219a
branches:  trunk
changeset: 376102:d10d61ab219a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 01 04:08:36 2023 +0000

description:
add 2004's "@" definition.

diffstat:

 games/morse/morse.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 69cf7eada5ed -r d10d61ab219a games/morse/morse.c
--- a/games/morse/morse.c       Thu Jun 01 01:09:51 2023 +0000
+++ b/games/morse/morse.c       Thu Jun 01 04:08:36 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: morse.c,v 1.19 2021/05/02 12:50:45 rillig Exp $        */
+/*     $NetBSD: morse.c,v 1.20 2023/06/01 04:08:36 mrg Exp $   */
 
 /*
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)morse.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: morse.c,v 1.19 2021/05/02 12:50:45 rillig Exp $");
+__RCSID("$NetBSD: morse.c,v 1.20 2023/06/01 04:08:36 mrg Exp $");
 #endif
 #endif /* not lint */
 
@@ -108,6 +108,7 @@ static const struct punc {
        { '=', "-...-" },
        { '+', ".-.-." },
        { '_', "..--.-" },
+       { '@', ".--.-." },
        { '\0', NULL }
 };
 



Home | Main Index | Thread Index | Old Index