https://gcc.gnu.org/g:cce52f4204067bcbe87b15acfa9f23d826de89cd
commit r16-6672-gcce52f4204067bcbe87b15acfa9f23d826de89cd Author: Jose E. Marchesi <[email protected]> Date: Fri Jan 9 22:46:48 2026 +0100 a68: Escape @ in ga68.texi Signed-off-by: Jose E. Marchesi <[email protected] gcc/algol68/ChangeLog * ga68.texi (Worthy characters): Escape @. Diff: --- gcc/algol68/ga68.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/algol68/ga68.texi b/gcc/algol68/ga68.texi index d63b1f9de352..83fcf92e71e9 100644 --- a/gcc/algol68/ga68.texi +++ b/gcc/algol68/ga68.texi @@ -1331,7 +1331,7 @@ characters are: a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 -space tab " # $ % & ' ( ) * + , - . / : ; < = > @ [ \ ] +space tab " # $ % & ' ( ) * + , - . / : ; < = > @@ [ \ ] ^ _ | @ ! ? ~ @{ @} @end example
