]> www.ginac.de Git - ginac.git/blobdiff - ginac/input_lexer.ll
Happy new year!
[ginac.git] / ginac / input_lexer.ll
index 4be043a55738cd6787a5be0643ab96dda57838d7..b15af664c11b64f2cc586efea6da1d9a0b4c41a7 100644 (file)
@@ -4,7 +4,7 @@
  *  This file must be processed with flex. */
 
 /*
- *  GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2005 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
@@ -26,6 +26,8 @@
  *  Definitions
  */
 
+%pointer
+
 %{
 #include <iostream>
 #include <string>