changeset 4692:3f120419c40d

* src/of-general-1-symtab-fixes.patch: fix unpackfields name in patch
author John Donoghue
date Thu, 03 May 2018 10:25:23 -0400
parents be8accde5788
children 9288b72977a1
files src/of-general-1-symtab-fixes.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-general-1-symtab-fixes.patch	Thu May 03 10:25:21 2018 -0400
+++ b/src/of-general-1-symtab-fixes.patch	Thu May 03 10:25:23 2018 -0400
@@ -122,7 +122,7 @@
  #include <octave/oct-map.h>
  
 +#ifdef DEFMETHOD_DLD
-+DEFMETHOD_DLD (packfields, interp, args, ,
++DEFMETHOD_DLD (unpackfields, interp, args, ,
 +#else
  DEFUN_DLD (unpackfields, args, ,
 +#endif