From 5babb3a795f2b80453984324f25448a27546ef0b Mon Sep 17 00:00:00 2001 From: vgross Date: Tue, 3 Mar 2009 16:57:25 +0000 Subject: Hack to fix compilation problems. will be removed on lablgtk upgrade. Also, added copyright headers and stuff git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11955 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/typed_notebook.ml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/ide/typed_notebook.ml b/ide/typed_notebook.ml index 69a258c437..7ea8eb3e7d 100644 --- a/ide/typed_notebook.ml +++ b/ide/typed_notebook.ml @@ -1,3 +1,13 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*