Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
cd428e4
for
set.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-11-17T12:20:51Z (
15 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
256899f
Parents:
1bf1ae6
Message:
Added (account) set -del.
File:
1 edited
set.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
set.c
r1bf1ae6
rcd428e4
168
168
}
169
169
170
void set_reset( set_t **head, char *key )
171
{
172
set_t *s;
173
174
s = set_find( head, key );
175
if( s )
176
set_setstr( head, key, s->def );
177
}
178
170
179
char *set_eval_int( set_t *set, char *value )
171
180
{
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive