diff options
Diffstat (limited to 'yacc/error.c')
-rw-r--r-- | yacc/error.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/yacc/error.c b/yacc/error.c index 82ae1bd2c..e775480bd 100644 --- a/yacc/error.c +++ b/yacc/error.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + /* routines for printing error messages */ #include "defs.h" |