Browse Source

Added a comment

Taddeus Kroes 11 years ago
parent
commit
7e2879181c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      util.ml

+ 2 - 0
util.ml

@@ -95,6 +95,8 @@ let prerr_loc_msg verbose loc msg =
         with Sys_error _ -> ()
   end
 
+(** AST traversal *)
+
 #define TRAV_ALL(id, constructor) \
   trav_all_##id l = \
     let rec filter_clear = function \