This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Commit 5712d6d
committed
Remove unneeded extern "C" from acl_auto_configure.h
While the use of extern "C" is technically valid and results in a
C-compatible symbol name that does not include return and argument
types, the function takes a std::string which is unavailable in C.1 parent 02e5316 commit 5712d6d
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 24 | | |
33 | 25 | | |
34 | 26 | | |
| |||
0 commit comments