diff options
Diffstat (limited to 'byterun/parsing.c')
-rw-r--r-- | byterun/parsing.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/parsing.c b/byterun/parsing.c index 146b7f29e..0ebdfcb96 100644 --- a/byterun/parsing.c +++ b/byterun/parsing.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$ */ + /* The PDA automaton for parsers generated by camlyacc */ #include <stdio.h> |