From faa4b6de8e2efce52829e7807c9bc0271193e06a Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 13 May 2003 05:23:58 +0000 Subject: [PATCH] old dominates form produces an error, not a warning --- docs/dist/doc/porting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dist/doc/porting.html b/docs/dist/doc/porting.html index ba9350b8a..978ed3ee6 100644 --- a/docs/dist/doc/porting.html +++ b/docs/dist/doc/porting.html @@ -90,9 +90,9 @@ represented as such in bytecode form). Because they might be used in declare error or declare warning statements, which might produce different results.

-The compiler will report a warning that +The compiler will report an error that the form aspect {name} dominates {list}... -is deprecated. It has +is no longer supported. It has been replaced by a new declare statement:

 declare precedence : {name} {list}...
-- 
2.39.5