Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv24175

Modified Files:
        octave-3.2.4.info 
Log Message:
missing this-> qualifier, needed for clang


Index: octave-3.2.4.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/octave-3.2.4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- octave-3.2.4.info   26 Aug 2011 23:28:32 -0000      1.4
+++ octave-3.2.4.info   26 Aug 2011 23:37:03 -0000      1.5
@@ -60,6 +60,8 @@
        for f in liboctave/DiagArray2.h liboctave/intNDArray.h
        do sed -i.orig -e '/using.*element_type;/s|using|& typename|' $f
        done
+       # missing qualifier to dependent-name member-function
+       sed -i.orig -e '/truncate_int/s|\(return\) \(truncate_int\)|\1 
this->\2|' liboctave/oct-inttypes.h
 <<
 
 # SetLDFLAGS: -Wl,-dead_strip_dylibs


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to