File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3189
3189
extern "C" void f5() {
3190
3190
extern void f4(); // OK: Name linkage (internal)
3191
3191
// and function type linkage (C
3192
- // language linkage) gotten from
3192
+ // language linkage) obtained from
3193
3193
// previous declaration.
3194
3194
}
3195
3195
3196
3196
extern void f4(); // OK: Name linkage (internal)
3197
3197
// and function type linkage (C
3198
- // language linkage) gotten from
3198
+ // language linkage) obtained from
3199
3199
// previous declaration.
3200
3200
3201
3201
void f6() {
3202
3202
extern void f4(); // OK: Name linkage (internal)
3203
3203
// and function type linkage (C
3204
- // language linkage) gotten from
3204
+ // language linkage) obtained from
3205
3205
// previous declaration.
3206
3206
}
3207
3207
\end {codeblock }
You can’t perform that action at this time.
0 commit comments