X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fhexdump.ct;h=9446a043de8d7fee55a21e4b5170cf7ed645820f;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=277c6711d9351608c71b3326280b5d0743c67a62;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/hexdump.ct b/senf/Utils/hexdump.ct index 277c671..9446a04 100644 --- a/senf/Utils/hexdump.ct +++ b/senf/Utils/hexdump.ct @@ -29,7 +29,7 @@ //#include "hexdump.mpp" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ void senf::hexdump(Iterator i, Iterator i_end, std::ostream & stream, @@ -49,11 +49,11 @@ prefix_ std::string senf::hexdumpQuote(Iterator i, Iterator i_end) return s; } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_ //#include "hexdump.mpp" - + // Local Variables: // mode: c++ // fill-column: 100