diff options
Diffstat (limited to 'gr-comedi')
-rw-r--r-- | gr-comedi/src/comedi.i | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gr-comedi/src/comedi.i b/gr-comedi/src/comedi.i index ac0c0a3ed..cdb77aee0 100644 --- a/gr-comedi/src/comedi.i +++ b/gr-comedi/src/comedi.i @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2005 Free Software Foundation, Inc. + * Copyright 2005,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -20,16 +20,11 @@ * Boston, MA 02110-1301, USA. */ -%feature("autodoc","1"); - -%include "exception.i" -%import "gnuradio.i" // the common stuff +%include "gnuradio.i" // the common stuff %{ -#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix #include "comedi_sink_s.h" #include "comedi_source_s.h" -#include <stdexcept> %} // ---------------------------------------------------------------- |