Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706324
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/structs.h
0
++ b/src/structs.h
Lines 1414-1420 struct dictitem_S Link Here
1414
{
1414
{
1415
    typval_T	di_tv;		// type and value of the variable
1415
    typval_T	di_tv;		// type and value of the variable
1416
    char_u	di_flags;	// flags (only used for variable)
1416
    char_u	di_flags;	// flags (only used for variable)
1417
    char_u	di_key[1];	// key (actually longer!)
1417
    char_u	di_key[];	// key (actually longer!)
1418
};
1418
};
1419
typedef struct dictitem_S dictitem_T;
1419
typedef struct dictitem_S dictitem_T;
1420
1420

Return to bug 706324