Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4364 Rev 4821
Line 16... Line 16...
16
#include 
16
#include 
Line 17... Line 17...
17
 
17
 
18
typedef struct dom_string dom_string;
18
typedef struct dom_string dom_string;
19
struct dom_string {
19
struct dom_string {
-
 
20
	uint32_t refcnt;
20
	uint32_t refcnt;
21
};
21
} _ALIGNED;
-
 
Line 22... Line 22...
22
 
22
//dom_string _ALIGNED;
23
 
23
 
24
/* Claim a reference on a DOM string */
24
/* Claim a reference on a DOM string */
25
static inline dom_string *dom_string_ref(dom_string *str)
25
static inline dom_string *dom_string_ref(dom_string *str)