Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Grab latest sixmodelobject.h.
  • Loading branch information
jnthn committed Nov 27, 2011
1 parent 1340fa6 commit 81bbe8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/binder/sixmodelobject.h
Expand Up @@ -48,6 +48,7 @@ typedef struct {
#define BOOL_MODE_UNBOX_STR_NOT_EMPTY 3
#define BOOL_MODE_UNBOX_STR_NOT_EMPTY_OR_ZERO 4
#define BOOL_MODE_NOT_TYPE_OBJECT 5
#define BOOL_MODE_BIGINT 6

/* Controls the way that type checks are performed. By default, if there is
* a type check cache we treat it as definitive. However, it's possible to
Expand Down Expand Up @@ -261,6 +262,9 @@ struct SixModel_REPROps {

/* The representation's ID. */
INTVAL ID;

/* The representation's name. */
STRING *name;
};

/* Hint value to indicate the absence of an attribute lookup or method
Expand Down

0 comments on commit 81bbe8e

Please sign in to comment.