Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 104
and
Version 105
of
IR2
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:
05/14/21 16:35:01 (
5 years
ago)
Author:
siegel
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IR2
v104
v105
310
310
311
311
{{{
312
<T1,T2> struct $pair { T1 left; T2 right; };
313
<T1,T2> typedef struct $pair<T1,T2> $pair;
312
314
<T> $system alloc($heap * h, $int n); // heap allocation of n elements of type T
313
315
$system $free($void * p); // frees something that was $alloc-ed