Sweden-Number/tools/widl
Rob Shearman 772f3af9f0 widl: Be more strict about where semicolons can appear in IDL files.
In particular, don't allow them after cpp_quote and without a statement.

Update the rules for importlib, library definition, dispinterface 
definition, interface definition, coclass definition and module 
definition to optionally allow a semicolon postfix.

Call pop_import from the parser instead of the lexer to ensure that 
pop_import is only called after the last statement in the imported file 
has been parsed.
2008-04-01 19:10:43 +02:00
..
Makefile.in configure: Get rid of lex compatibility support, we require flex anyway. 2007-03-08 13:19:50 +01:00
client.c widl: Fix detection of non-pointer context handles. 2008-03-27 17:33:06 +01:00
hash.c "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
hash.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
header.c widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
header.h widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
parser.h widl: Be more strict about where semicolons can appear in IDL files. 2008-04-01 19:10:43 +02:00
parser.l widl: Be more strict about where semicolons can appear in IDL files. 2008-04-01 19:10:43 +02:00
parser.y widl: Be more strict about where semicolons can appear in IDL files. 2008-04-01 19:10:43 +02:00
proxy.c widl: Remove unused headers. 2008-02-15 11:06:21 +01:00
server.c widl: Fix detection of non-pointer context handles. 2008-03-27 17:33:06 +01:00
typegen.c widl: Make sure that string types are always written out by write_string_tfs and not write_simple_pointer. 2008-03-27 17:33:09 +01:00
typegen.h widl: Output code for initialising and freeing full pointer translation tables. 2008-02-04 11:49:13 +01:00
typelib.c widl: Guard the inclusion of unistd.h. 2008-02-15 11:06:25 +01:00
typelib.h widl: Remove redundant get_var_vt function. 2007-05-10 12:54:01 +02:00
typelib_struct.h Assorted spelling fixes. 2008-01-23 21:16:22 +01:00
utils.c widl: Support Windows paths in dup_basename and make_token. 2008-02-08 11:00:55 +01:00
utils.h widl: Swap the version packing order back to what typelibs expect. 2007-12-13 14:30:40 +01:00
widl.c widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
widl.h widl: Add a --local-stubs option. 2007-10-31 12:39:54 +01:00
widl.man.in Assorted spelling fixes. 2007-11-09 13:07:12 +01:00
widltypes.h widl: Parse typedefs of function pointers. 2008-04-01 11:29:23 +02:00
write_msft.c widl: Remove local variable shadowing in add_func_desc(). 2008-03-12 11:59:12 +01:00