diff --git a/lang/occam/comp/lex.l b/lang/occam/comp/lex.l index f0998219..5aad4460 100644 --- a/lang/occam/comp/lex.l +++ b/lang/occam/comp/lex.l @@ -1,10 +1,9 @@ +%{ /* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ -%{ -/* lex.l */ # include # include "token.h" # include "Lpars.h"