mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
widl: Remove superfluous semicolons.
This commit is contained in:
parent
f57896484c
commit
08c6f507b8
@ -113,7 +113,7 @@ static void init_proxy(const statement_list_t *stmts)
|
||||
print_proxy( "\n");
|
||||
print_proxy( "struct __proxy_frame\n");
|
||||
print_proxy( "{\n");
|
||||
print_proxy( " __DECL_EXCEPTION_FRAME;\n");
|
||||
print_proxy( " __DECL_EXCEPTION_FRAME\n");
|
||||
print_proxy( " MIDL_STUB_MESSAGE _StubMsg;\n");
|
||||
print_proxy( " void *This;\n");
|
||||
print_proxy( "};\n");
|
||||
|
@ -383,7 +383,7 @@ static void init_server(void)
|
||||
print_server("\n");
|
||||
print_server("struct __server_frame\n");
|
||||
print_server("{\n");
|
||||
print_server(" __DECL_EXCEPTION_FRAME;\n");
|
||||
print_server(" __DECL_EXCEPTION_FRAME\n");
|
||||
print_server(" MIDL_STUB_MESSAGE _StubMsg;\n");
|
||||
print_server("};\n");
|
||||
print_server("\n");
|
||||
|
@ -3405,7 +3405,7 @@ void write_exceptions( FILE *file )
|
||||
fprintf( file, " unsigned char finally_level;\n");
|
||||
fprintf( file, "\n");
|
||||
fprintf( file, "struct __exception_frame\n{\n");
|
||||
fprintf( file, " __DECL_EXCEPTION_FRAME;\n");
|
||||
fprintf( file, " __DECL_EXCEPTION_FRAME\n");
|
||||
fprintf( file, "};\n");
|
||||
fprintf( file, "\n");
|
||||
fprintf( file, "static DWORD __widl_exception_handler( EXCEPTION_RECORD *record,\n");
|
||||
|
Loading…
Reference in New Issue
Block a user