X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.cpp;h=a71f5dda9f00ab54a68e837b827e972e01c75a49;hp=0c752ccd9555e4cf5d3d56592bac5b6a5e95297b;hb=8bcccf834ad41e94a1a4f3a0304c2945b228b4f4;hpb=66c0f31c678e6c1938d637636b230ea376c157c1 diff --git a/ginac/lst.cpp b/ginac/lst.cpp index 0c752ccd..a71f5dda 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -1,6 +1,8 @@ /** @file lst.cpp * - * Implementation of GiNaC's lst. + * Implementation of GiNaC's lst. */ + +/* * This file was generated automatically by container.pl. * Please do not modify it directly, edit the perl script instead! * container.pl options: $CONTAINER=lst @@ -33,6 +35,9 @@ #include "lst.h" #include "ex.h" +#include "debugmsg.h" + +namespace GiNaC { #define RESERVE(s,size) // no reserve needed for list @@ -627,3 +632,5 @@ unsigned lst::precedence=10; const lst some_lst; type_info const & typeid_lst=typeid(some_lst); +} // namespace GiNaC +