[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#356093: NMU patch



tags 356093 + pending
thanks

I've uploaded the following NMU to delayed-2.


diff -u synopsis-0.5.0/debian/changelog synopsis-0.5.0/debian/changelog
--- synopsis-0.5.0/debian/changelog
+++ synopsis-0.5.0/debian/changelog
@@ -1,3 +1,10 @@
+synopsis (0.5.0-5) unstable; urgency=low
+
+  * Upload as part of the GCC 4.1 transition.
+  * Remove extra qualification from C++ header files (Closes: 356093).
+
+ -- Martin Michlmayr <tbm@cyrius.com>  Thu, 25 May 2006 18:21:50 +0200
+
 synopsis (0.5.0-4) unstable; urgency=low
 
   * QA Upload
only in patch2:
unchanged:
--- synopsis-0.5.0.orig/Synopsis/Parser/C++/gc/include/gc_cpp.h
+++ synopsis-0.5.0/Synopsis/Parser/C++/gc/include/gc_cpp.h
@@ -175,7 +175,7 @@
     inline void* operator new[]( size_t size, void *p );
     inline void operator delete[]( void* obj );
 #   ifndef __BORLANDC__
-      inline void gc::operator delete[]( void*, void* );
+      inline void operator delete[]( void*, void* );
 #   endif
 #endif /* GC_OPERATOR_NEW_ARRAY */
     };    
only in patch2:
unchanged:
--- synopsis-0.5.0.orig/Synopsis/Parser/C++/syn/swalker.hh
+++ synopsis-0.5.0/Synopsis/Parser/C++/syn/swalker.hh
@@ -138,7 +138,7 @@
     std::string format_parameters(std::vector<AST::Parameter*>& params);
 
     //. Translates the template parameters and creates the template type.
-    void SWalker::TranslateTemplateParams(Ptree* params);
+    void TranslateTemplateParams(Ptree* params);
 
     // default translation
     virtual Ptree* TranslatePtree(Ptree*);
@@ -315,7 +315,7 @@
     typedef std::vector<FuncImplVec> FuncImplStack;
     //. The stack of function impl vectors
     FuncImplStack m_func_impl_stack;
-    void SWalker::TranslateFuncImplCache(const FuncImplCache& cache);
+    void TranslateFuncImplCache(const FuncImplCache& cache);
 
     //. Finds the column given the start ptr and the current position. The
     //. derived column number is processed with the link_map before returning,

-- 
Martin Michlmayr
http://www.cyrius.com/



Reply to: