diff pycall.cc @ 331:cee203ea6245

Rename oct-py-util.cc from pytave_utils.cc * oct-py-util.cc, oct-py-util.h: Rename and reindent contents. * Makefile.am (COMMON_SOURCE_FILES, PYTAVE_HEADER_FILES): Update to use new names. * pycall.cc, pyeval.cc, pyexec.cc, python_to_octave.cc: Include "oct-py-util.h".
author Mike Miller <mtmiller@octave.org>
date Mon, 15 Aug 2016 13:16:35 -0700
parents 5782d7932529
children 96b78e78a235
line wrap: on
line diff
--- a/pycall.cc	Sat Aug 13 23:59:49 2016 -0700
+++ b/pycall.cc	Mon Aug 15 13:16:35 2016 -0700
@@ -33,9 +33,9 @@
 #define PYTAVE_DO_DECLARE_SYMBOL
 #include "arrayobjectdefs.h"
 #include "exceptions.h"
+#include "oct-py-util.h"
 #include "octave_to_python.h"
 #include "python_to_octave.h"
-#include "pytave_utils.h"
 
 using namespace boost::python;