git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3138 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2003-11-16 16:14:25 +00:00 committed by cras
commit b5dd35aad5
2 changed files with 14 additions and 13 deletions

View file

@ -10,7 +10,7 @@ typedef enum {
SETTING_TYPE_SIZE
} SettingType;
typedef union {
typedef struct {
char *v_string;
int v_int;
unsigned int v_bool:1;