fur%netscape.com d6c51785c1 Added Todd Proebsting's BURG to the tree, now that it's in the public domain.
git-svn-id: svn://10.0.0.236/trunk@16557 18797224-902f-48f8-a5cc-f745e15eee43
1998-12-17 06:36:50 +00:00

6 lines
93 B
C

struct pattern {
int normalizer;
int op;
int children[2];
};
typedef struct pattern *Pattern;