wrappers do not contain invalid identifiers

This commit is contained in:
Andreas Rumpf
2010-01-17 22:19:10 +01:00
parent 5c33646e83
commit 8259d9d15a
24 changed files with 887 additions and 895 deletions

View File

@@ -1,6 +1,6 @@
#
# Light-weight binding for the Python interpreter
# (c) 2009 Andreas Rumpf
# (c) 2010 Andreas Rumpf
# Based on 'PythonEngine' module by Dr. Dietmar Budelsky
#
#
@@ -375,7 +375,7 @@ type
TPyGetSetDef*{.final.} = object
name*: cstring
get*: Tgetter
set_*: Tsetter
setter*: Tsetter
doc*: cstring
closure*: Pointer