From 3c08ccebb59d59eb0c012d59d6b6dd77d1a434b8 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Jul 1999 00:06:13 +0000 Subject: Hardcore const poisoning Patch submitted by Joseph Myers in PR 8057 --- backgammon/teachgammon/ttext1.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backgammon') diff --git a/backgammon/teachgammon/ttext1.c b/backgammon/teachgammon/ttext1.c index e3486e19..2091e0d8 100644 --- a/backgammon/teachgammon/ttext1.c +++ b/backgammon/teachgammon/ttext1.c @@ -1,4 +1,4 @@ -/* $NetBSD: ttext1.c,v 1.5 1999/02/10 12:29:48 hubertf Exp $ */ +/* $NetBSD: ttext1.c,v 1.6 1999/07/25 00:06:13 hubertf Exp $ */ /* * Copyright (c) 1980, 1993 @@ -38,15 +38,15 @@ #if 0 static char sccsid[] = "@(#)ttext1.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: ttext1.c,v 1.5 1999/02/10 12:29:48 hubertf Exp $"); +__RCSID("$NetBSD: ttext1.c,v 1.6 1999/07/25 00:06:13 hubertf Exp $"); #endif #endif /* not lint */ #include "back.h" #include "tutor.h" -const char *opts = " QIMRHEDSPT"; -const char *prompt = "-->"; +const char *const opts = " QIMRHEDSPT"; +const char *const prompt = "-->"; const char *const list[] = { "\n\n\tI\tIntroduction to Backgammon", -- cgit v1.2.3-56-ge451