]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_parser.yy
- fixed bug in normal(): normal(x^a) became (x^(-a))^(-1)
[ginac.git] / ginsh / ginsh_parser.yy
index fdb9bffa634fd1c6cad39ae3b12eae061473b9e3..6697d6f020ce0cfc4285ec72361488a1b26b7db0 100644 (file)
@@ -151,7 +151,6 @@ line        : ';'
                cout << "You should have received a copy of the GNU General Public License along with\n";
                cout << "this program. If not, write to the Free Software Foundation, 675 Mass Ave,\n";
                cout << "Cambridge, MA 02139, USA.\n";
-
        }
        | T_XYZZY               {cout << "Nothing happens.\n";}
        | T_INVENTORY           {cout << "You're not carrying anything.\n";}