Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7970 → Rev 7972

/programs/cmm/TWB/anchors.h
7,7 → 7,7
int get_pos_by_name();
void clear();
void take_anchor_from();
} anchors;
} anchors=0;
 
void _anchors::add(dword _name, _pos)
{
/programs/cmm/TWB/parse_tag.h
12,7 → 12,7
bool parse_params();
bool get_next_param();
dword get_value_of();
} tag;
} tag=0;
 
bool _tag::is(dword _text)
{