[ctypes-commit] ctypes/sandbox/tools/codegen cparser_config.py,1.2,1.3
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2005-01-19 18:06:56
|
Update of /cvsroot/ctypes/ctypes/sandbox/tools/codegen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2572 Modified Files: cparser_config.py Log Message: Some stuff for linux. Index: cparser_config.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/sandbox/tools/codegen/cparser_config.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cparser_config.py 17 Jan 2005 20:27:26 -0000 1.2 --- cparser_config.py 19 Jan 2005 18:06:24 -0000 1.3 *************** *** 24,27 **** --- 24,28 ---- dynamic_cast long __stdcall while far near __forceinline __w64 __noop""".split() + C_KEYWORDS.append("long long") # defines we know that won't work *************** *** 83,86 **** --- 84,88 ---- ^__\w*$ ^__attribute_\w*_$ + ^_G_HAVE_ST_BLKSIZE$ """.strip().split() |