]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_lexer.ll
- Mention `warranty;' in splash-screen instead of file COPYING.
[ginac.git] / ginsh / ginsh_lexer.ll
index 2d925b58d121b9df88e2366285b412870e915246..fddc0b3718c47618a51a5860114a0435bb580400 100644 (file)
@@ -67,6 +67,7 @@ Digits                        yylval = (long)Digits; return T_DIGITS;
 
                        /* keywords */
 quit|exit              return T_QUIT;
+warranty               return T_WARRANTY;
 print                  return T_PRINT;
 read                   return T_READ;
 write                  return T_WRITE;