Sanitize header files and add a timestamp mark in each source file.
[tatoo.git] / src / tree.ml
index 1cfc77a..f502c7e 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
+(*
+  Time-stamp: <Last modified on 2013-01-30 19:06:51 CET by Kim Nguyen>
+*)
+
 type node = {
   tag : QName.t;
   preorder : int;