]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parser.cpp
Parser: don't bother to generate 3 (C++) functions with autogen.
[ginac.git] / ginac / parser / parser.cpp
index 2e2c9e6c1ed1a33346713f0ab0b5b69cc645972a..992b151079c60aee8daaf6a632c4cbff1f5486a3 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's parser. */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2011 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
@@ -120,8 +120,7 @@ ex parser::parse_paren_expr()
        return e;
 }
 
-extern numeric* _num_1_p;
-extern ex _ex0;
+extern const ex _ex0;
 
 /// unary_expr: [+-] expression
 ex parser::parse_unary_expr()