mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
6 lines
93 B
C
6 lines
93 B
C
struct pattern {
|
|
int normalizer;
|
|
int op;
|
|
int children[2];
|
|
};
|
|
typedef struct pattern *Pattern; |