From 4b0cf12ab1aa7fa4fbf2f8964f49628f0c163778 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 29 Jun 2026 11:27:38 +0200 Subject: [PATCH] vms: fix symbol typo and missing closing quotes in `config_h.com` Closes #22375 --- projects/vms/config_h.com | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/vms/config_h.com b/projects/vms/config_h.com index a19bc1affa..49f6a3a516 100644 --- a/projects/vms/config_h.com +++ b/projects/vms/config_h.com @@ -381,7 +381,7 @@ $! Manual check for LL on $!----------------------------------------------- $ if key2 .eqs. "LL" $ then -$ write tf "#ifndef __VAX +$ write tf "#ifndef __VAX" $ write tf "#define HAVE_''key2' 1" $ write tf "#endif" $ goto cfgh_in_loop1 @@ -1143,7 +1143,7 @@ $!----------------------------------------------------------------------- $ if keysym .eqs. "STRINGIZE" $ then $ write tf "#ifndef HAVE_STRINGIZE" -$ write tf "#define HAVE_STRINGSIZE 1" +$ write tf "#define HAVE_STRINGIZE 1" $ write tf "#endif" $ goto cfgh_in_loop1 $ endif @@ -1241,7 +1241,7 @@ $ then $ write tf "#ifndef HAVE_''keysym'" $ write tf "#define HAVE_''keysym' 1" $if p2 .nes. "" then write sys$output "''decc_shr' #define ''keysym' 1" -$ write tf "#endif +$ write tf "#endif" $ goto cfgh_in_loop1 $ endif $! @@ -1374,11 +1374,11 @@ $ then $ if key2b .eqs. "INO" .and. key2_h .eqs. "_T" $ then $ write tf "#ifndef SIZEOF_INO_T" -$ write tf "#if !__USING_STD_STAT +$ write tf "#if !__USING_STD_STAT" $ write tf "#define SIZEOF_INO_T 6" -$ write tf "#else +$ write tf "#else" $ write tf "#define SIZEOF_INO_T 8" -$ write tf "#endif +$ write tf "#endif" $ write tf "#endif" $ goto cfgh_in_loop1 $ endif