diff libinterp/corefcn/strfind.cc @ 23454:30b6eccd6708

use builtin-defun-decls.h to ensure declarations of interpreter functions * error.cc, file-io.cc, strfind.cc, ov-cell.cc, ov-struct.cc, oct-parse.in.yy: Include builtin-defun-decls.h. Eliminate local declarations of interpreter functions.
author John W. Eaton <jwe@octave.org>
date Fri, 28 Apr 2017 13:52:02 -0400
parents 092078913d54
children 00e518162fda
line wrap: on
line diff
--- a/libinterp/corefcn/strfind.cc	Fri Apr 28 13:49:27 2017 -0400
+++ b/libinterp/corefcn/strfind.cc	Fri Apr 28 13:52:02 2017 -0400
@@ -33,10 +33,11 @@
 #include "oct-locbuf.h"
 
 #include "Cell.h"
-#include "ov.h"
+#include "builtin-defun-decls.h"
 #include "defun.h"
+#include "errwarn.h"
+#include "ov.h"
 #include "unwind-prot.h"
-#include "errwarn.h"
 #include "utils.h"
 
 // This allows safe indexing with char.