diff options
| author | redbrain <redbrain@crules.org> | 2010-07-19 23:59:45 +0100 |
|---|---|---|
| committer | redbrain <redbrain@crules.org> | 2010-07-19 23:59:45 +0100 |
| commit | 28d51fb267ab1270df9dcd5bfcce6a7bc44afcc7 (patch) | |
| tree | 4fa71bbac0d6652c3fa4f291af3756722e2e3a70 /libgpython/include/gpython | |
| parent | 5cb0803cd90f2efcd48028ff0a922e2352b0bf84 (diff) | |
| download | gcc-28d51fb267ab1270df9dcd5bfcce6a7bc44afcc7.tar.gz | |
basic implementation working
Diffstat (limited to 'libgpython/include/gpython')
| -rw-r--r-- | libgpython/include/gpython/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpython/include/gpython/objects.h b/libgpython/include/gpython/objects.h index f5100a9aeec..da5b6335780 100644 --- a/libgpython/include/gpython/objects.h +++ b/libgpython/include/gpython/objects.h @@ -70,7 +70,7 @@ typedef struct gpy_type_obj_def_t { void * (*init_hook)( gpy_literal_t * ); void (*destroy_hook)( void * ); void (*print_hook)( void * , FILE * , bool ); - const struct gpy_number_prot_t * binary_protocol; + struct gpy_number_prot_t binary_protocol; } gpy_type_obj_def_t ; |
