]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parser.cpp
[msvc] Work around strange scoping and name mangling rules.
[ginac.git] / ginac / parser / parser.cpp
index 2bc218218e5ab3a07e227e96a3daeb07afe3553c..16eed69dc0f03552ffda7bbdf0ef22bc02a3c634 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-2010 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
@@ -82,8 +82,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()