(DOTDOT): add

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8136 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-06 17:26:00 +00:00
parent d3b7fe673e
commit 4c1b22cc34

View File

@@ -1,6 +1,6 @@
%{
/*
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -79,6 +79,7 @@ EXTERNAL { return EXTERNAL; }
[A-Za-z][-A-Za-z0-9_]* { yylval.name = strdup (yytext); return IDENTIFIER; }
[ \t] ;
\n { lineno++; }
\.\. { return DOTDOT; }
. { error_message("Ignoring char(%c)\n", *yytext); }
%%