Skip to content

Commit

Permalink
moved tree functions back to tree.{h,c}
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edgar committed Sep 4, 2011
1 parent 84704c8 commit 2644725
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 817 deletions.
3 changes: 0 additions & 3 deletions ext/redtree/eventids1.c
@@ -1,6 +1,5 @@
enum redtree_ids {
redtree_rulenum_UNUSED,
redtree_rulenum_struct,
redtree_rulenum_program__top_compstmt,
redtree_rulenum_top_compstmt__top_stmts__opt_terms,
redtree_rulenum_top_stmts__none,
Expand Down Expand Up @@ -551,8 +550,6 @@ redtree_init_eventids1(VALUE self) {
rb_define_const(self, "Names", arr);
rb_define_const(self, "UNUSED", INT2FIX(redtree_rulenum_UNUSED));
rb_ary_push(arr, rb_str_new("UNUSED", 6));
rb_define_const(self, "Struct", INT2FIX(redtree_rulenum_struct));
rb_ary_push(arr, rb_str_new("Struct", 6));
rb_define_const(self, "Program_TopCompstmt", INT2FIX(redtree_rulenum_program__top_compstmt));
rb_ary_push(arr, rb_str_new("Program_TopCompstmt", 19));
rb_define_const(self, "TopCompstmt_TopStmts_OptTerms", INT2FIX(redtree_rulenum_top_compstmt__top_stmts__opt_terms));
Expand Down

0 comments on commit 2644725

Please sign in to comment.