From 6933956690523fe6414edaedf803ef7bb2feadb4 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 28 Mar 2026 18:28:28 +0100 Subject: [PATCH] P4136R2 #line is not in line with existing implementation Fixes NB FR-009-108 (C++ CD). --- source/preprocessor.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 0a516f3d5a..f3037b19ad 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -2147,9 +2147,8 @@ the following sequence of source lines begins with a source line that has a line number as specified by the digit sequence (interpreted as a decimal integer). -If the digit sequence specifies zero -or a number greater than 2147483647, -the program is ill-formed. +Digit sequences representing a number +outside of the range \crange{1}{2147483647} are conditionally supported. \pnum A preprocessing directive of the form