X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.h;h=7be96b9936b3da3e5585a90726c0a0e299e8eba7;hp=eaea3eaaa751a6f9aa496c24442a8ed84047621f;hb=0256e2fe48a0ecce79c37ac209620ca852b7f11a;hpb=def26469ff96228c66e877bb5594e7d9a24b638f diff --git a/ginac/lst.h b/ginac/lst.h index eaea3eaa..7be96b99 100644 --- a/ginac/lst.h +++ b/ginac/lst.h @@ -3,7 +3,7 @@ * Definition of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 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 @@ -20,13 +20,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_LST_H__ -#define __GINAC_LST_H__ - -#include +#ifndef GINAC_LST_H +#define GINAC_LST_H #include "container.h" +#include + namespace GiNaC { typedef container lst; @@ -42,7 +42,8 @@ template<> inline char lst::get_close_delim() { return '}'; } // defined in lst.cpp template<> bool lst::info(unsigned inf) const; +GINAC_DECLARE_UNARCHIVER(lst); } // namespace GiNaC -#endif // ndef __GINAC_LST_H__ +#endif // ndef GINAC_LST_H