From 326e5faff3a59fd97bfa28bac4520afb4cc01751 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 11 Nov 1999 00:58:38 +0000 Subject: [PATCH] Use fewer copies of the silly story to improve performance. --- daftstory.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/daftstory.h b/daftstory.h index 8715cdc..d715a3f 100644 --- a/daftstory.h +++ b/daftstory.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: daftstory.h,v 1.1 1999/09/03 08:41:11 mdw Exp $ + * $Id: daftstory.h,v 1.2 1999/11/11 00:58:38 mdw Exp $ * * Daft story for use in test encryptions * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: daftstory.h,v $ + * Revision 1.2 1999/11/11 00:58:38 mdw + * Use fewer copies of the silly story to improve performance. + * * Revision 1.1 1999/09/03 08:41:11 mdw * Initial import. * @@ -71,7 +74,7 @@ safety warnings to long dresses.\n\ \n\ And the wizard? Who cares?\n\ " -# define TEXT STORY STORY STORY +# define TEXT STORY STORY #endif #define KEY "Penguins rule OK, rhubarb cauliflower" -- 2.11.0