We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56db709 commit e09c5f1Copy full SHA for e09c5f1
1 file changed
CodeGenEngine/TokenExpanders/TokenExpanderKeyLoop.dbl
@@ -303,7 +303,7 @@ namespace CodeGen.Engine
303
304
;;Duplicates?
305
using k.Duplicates select
306
- (RpsKeyDuplicates.NoDuplicates),
+ (RpsKeyDuplicates.Duplicates),
307
begin
308
sb.Append(",DUPS")
309
;TODO: This needs suppressing if we're generating this for OpenVMS
@@ -314,7 +314,7 @@ namespace CodeGen.Engine
314
sb.Append(",ATEND")
315
endusing
316
end
317
- (RpsKeyDuplicates.Duplicates),
+ (RpsKeyDuplicates.NoDuplicates),
318
sb.Append(",NODUPS")
319
320
0 commit comments