From b0996ed6e46b7cde8b0e3478ce075a698c41ce5b 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 f8bd97288f..207bac27f1 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -2097,9 +2097,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