ruby fix from steven jenkins

This commit is contained in:
Frank Mori Hess 2004-01-12 01:38:06 +00:00
parent 57dc5de6d3
commit 153547a047

View file

@ -55,6 +55,10 @@ static unsigned int cr_aref(unsigned int a){
%array_class(unsigned int, chanlist);
%typemap(ruby, argout) comedi_cmd *INOUT(VALUE info) {
$result = output_helper($result, $arg);
};
/* below are (modified) copies of comedi.h and comedilib.h */
/* comedi.h */