Skip to content

Commit d2b7104

Browse files
fix setjmp json, otherwise can't regen
1 parent ac69789 commit d2b7104

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libc/utils/docgen/setjmp.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"macros": {
33
"__STDC_VERSION_SETJMP_H__": {
4-
"defined": "7.13.2"
5-
},
6-
"setjmp": {
7-
"defined": "7.13.1.1"
4+
"c-definition": "7.13.2"
85
}
96
},
107
"functions": {
8+
"setjmp": {
9+
"c-definition": "7.13.1.1"
10+
},
1111
"longjmp": {
12-
"defined": "7.13.2.1"
12+
"c-definition": "7.13.2.1"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)