projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d1606
)
Fixed identation
author
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Mon, 1 Apr 2019 11:36:01 +0000
(13:36 +0200)
committer
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Mon, 1 Apr 2019 11:36:01 +0000
(13:36 +0200)
kernel/yosys.cc
patch
|
blob
|
history
diff --git
a/kernel/yosys.cc
b/kernel/yosys.cc
index ceb1d1d39bacf91c02e6191470621702f01b2ac1..a12355f1d509453bf54bc6b4414f019e90fcee73 100644
(file)
--- a/
kernel/yosys.cc
+++ b/
kernel/yosys.cc
@@
-63,7
+63,7
@@
extern "C" PyObject* INIT_MODULE();
#else
# define INIT_MODULE initlibyosys
-
extern "C" void INIT_MODULE();
+ extern "C" void INIT_MODULE();
#endif
#endif