Skip to content

Commit aa92cc2

Browse files
committed
RULE-21-4: Adjust locations for setjmp
setjmp encompasses the arguments on real compilers, due to differences in how the macros are defined.
1 parent 64c8458 commit aa92cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| test.c:7:7:7:12 | setjmp(env) | Use of setjmp. |
1+
| test.c:7:7:7:17 | setjmp(env) | Use of setjmp. |
22
| test.c:8:3:8:9 | call to longjmp | Use of longjmp. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| test.c:7:7:7:12 | setjmp(env) | Use of setjmp. |
1+
| test.c:7:7:7:17 | setjmp(env) | Use of setjmp. |
22
| test.c:8:3:8:9 | call to longjmp | Use of longjmp. |

0 commit comments

Comments
 (0)