On 2012-06-24 23:52, c. wrote: > > On 24 Jun 2012, at 23:05, Paul Dreik wrote: > >> #if MAJORVERSION==3 && MINORVERSION<2 >> # define DEFUN_DLD_SOCKET_CONSTANT(name, help ) \ >> DEFUNX_DLD ( #name, F ## name, FS ## name, args, nargout, help) \ >> { return octave_value( name ); }; >> #else >> # define DEFUN_DLD_SOCKET_CONSTANT(name, help ) \ >> DEFUNX_DLD ( #name, F ## name, G ## name, args, nargout, help) \ >> { return octave_value( name ); }; >> #endif > > > I probably missed some prior discussion ... > Can please you explain why the different definition > is needed depending on the version number? > > c.
The discussion I referred to is here: http://gnu-octave-repository.2306053.n4.nabble.com/Sockets-error-td3981398.html#a3981400 Paul ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev