From d10efaa850543c86bf9aa9660a161dcdc73b5e01 Mon Sep 17 00:00:00 2001 From: davidly Date: Mon, 1 Jul 2024 07:49:55 -0700 Subject: [PATCH] remove warning --- Microsoft Pascal v1/E.PAS | 2 +- Microsoft Pascal v3.31/E.PAS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Microsoft Pascal v1/E.PAS b/Microsoft Pascal v1/E.PAS index af2ff86..121867c 100644 --- a/Microsoft Pascal v1/E.PAS +++ b/Microsoft Pascal v1/E.PAS @@ -1,5 +1,5 @@ (*$DEBUG- added, of course *) -program e; +program e( output ); const DIGITS = 200; diff --git a/Microsoft Pascal v3.31/E.PAS b/Microsoft Pascal v3.31/E.PAS index e7e5539..ae4c19e 100644 --- a/Microsoft Pascal v3.31/E.PAS +++ b/Microsoft Pascal v3.31/E.PAS @@ -1,4 +1,4 @@ -program e; +program e( output ); (*$DEBUG- *) const