Add missing semicolon (Windows)
This commit is contained in:
parent
aae2870f62
commit
5665358dff
@ -435,7 +435,7 @@ namespace cling {
|
||||
#endif
|
||||
Strm << Linkage << " " << Spec << " int (*__dllonexit("
|
||||
<< "int (" << Spec << " *f)(void**, void**), void**, void**))"
|
||||
"(void**, void**)"
|
||||
"(void**, void**)";
|
||||
if (EmitDefinitions)
|
||||
Strm << " { __cxa_atexit((void(*)(void*))f, 0, __dso_handle);"
|
||||
" return f; }\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user