commit | e137ebce7fac270b2511391b45d09e92672d71c9 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Jan 29 21:12:52 2021 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Feb 12 15:55:15 2021 +0100 |
tree | c499d3b2b9ac06f26882f3368103b9e494a5fb92 | |
parent | da174241b8da63d787c9f41ae397efeb96d67094 [diff] [blame] |
Fix off-by-one error in #line directives The line number is the number of the next line. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index 7aa614a..d611e72 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function
@@ -1,4 +1,4 @@ -#line 1 "helpers.function" +#line 2 "helpers.function" /*----------------------------------------------------------------------------*/ /* Headers */