X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_lexer.ll;h=973d8951c5b0992fd47c0fce069ccd7e1203e1c2;hp=0a0a7f484b38586bc388c435e0657537abc1a0ec;hb=5e1d38fb7294baa1922341021698a2106238b571;hpb=dff5209ee7cc816583f6abe27a4e784e34f0a664 diff --git a/ginsh/ginsh_lexer.ll b/ginsh/ginsh_lexer.ll index 0a0a7f48..973d8951 100644 --- a/ginsh/ginsh_lexer.ll +++ b/ginsh/ginsh_lexer.ll @@ -4,7 +4,7 @@ * This file must be processed with flex. */ /* - * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -87,9 +87,6 @@ score return T_SCORE; ">=" return T_GREATEREQ; /* last 1..3 expressions */ -\" return T_QUOTE; -\"\" return T_QUOTE2; -\"\"\" return T_QUOTE3; \% return T_QUOTE; \%\% return T_QUOTE2; \%\%\% return T_QUOTE3;