diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-08-12 18:39:44 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-08-12 18:39:44 +0000 |
| commit | 606bbc9b9f25b02bca1e7224976d55f8f6ccc616 (patch) | |
| tree | 89affb6d0b757f8e1aa0e29a3b4b558e5126885a /Modules/socketmodule.h | |
| parent | 992d3d1454f2c9ce34cfa15652c1a773ccd220a7 (diff) | |
| download | cpython-git-606bbc9b9f25b02bca1e7224976d55f8f6ccc616.tar.gz | |
Merged revisions 74356-74357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r74356 | benjamin.peterson | 2009-08-12 13:11:03 -0500 (Wed, 12 Aug 2009) | 1 line
fix typo in c++ ifdef
........
r74357 | benjamin.peterson | 2009-08-12 13:18:03 -0500 (Wed, 12 Aug 2009) | 1 line
search through db.h in binary #6680
........
Diffstat (limited to 'Modules/socketmodule.h')
| -rw-r--r-- | Modules/socketmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index ee525153fb..65bc8ad52b 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -192,7 +192,7 @@ typedef struct { #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1) -#ifdef __cpluplus +#ifdef __cplusplus } #endif #endif /* !Py__SOCKET_H */ |
