Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 22
and
Version 23
of
ResumedC
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:
May 22, 2009, 2:20:39 AM (
16 years
ago)
Author:
Thanatermesis
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ResumedC
v22
v23
358
358
{{{
359
359
#!C
360
while ((*array_p) != 0)
361
++array__p;
360
do
361
++array__p
362
while ((*array_p) != 0);
362
363
}}}
363
364