mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-19 14:17:51 +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…
x
Reference in New Issue
Block a user