Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 25
and
Version 26
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:
04/26/21 15:55:41 (
5 years
ago)
Author:
siegel
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IR2
v25
v26
10
10
program: typedef* decl* function-definition+ ;
11
11
typedef:
12
enum ID '{' id
ne
tifier-list '}' ';'
12
enum ID '{' id
en
tifier-list '}' ';'
13
13
| struct ID '{' decl* '}' ';'
14
14
| union ID '{' decl* '}' ';'