mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-21 13:25:53 +02:00
Remove misplaced extern "C"
(#2429)
I think something changed: I now get a compilation error with these lines (and it works fine without).
This commit is contained in:
parent
466233d959
commit
fb17791c26
@ -18,8 +18,6 @@
|
||||
#ifndef ANALYSE_H
|
||||
#define ANALYSE_H
|
||||
|
||||
extern "C" {
|
||||
void analyze_numbers(int x, int y);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user