]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_lexer.ll
fixed compilation problem after the registered_class_options change
[ginac.git] / ginsh / ginsh_lexer.ll
index 0a0a7f484b38586bc388c435e0657537abc1a0ec..973d8951c5b0992fd47c0fce069ccd7e1203e1c2 100644 (file)
@@ -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;