diff libinterp/corefcn/load-path.h @ 25376:cc40e47d3a44 stable

track multiple file types (oct|m|mex) for private functions (bug #53856) * load-path.cc (get_fcn_files): Correctly track multiple function file types for the same function name.
author John W. Eaton <jwe@octave.org>
date Tue, 15 May 2018 01:08:38 -0400
parents 6652d3823428
children b75d55b3dbb7
line wrap: on
line diff
--- a/libinterp/corefcn/load-path.h	Mon May 14 20:41:59 2018 -0400
+++ b/libinterp/corefcn/load-path.h	Tue May 15 01:08:38 2018 -0400
@@ -357,7 +357,7 @@
     typedef fcn_map_type::const_iterator const_fcn_map_iterator;
     typedef fcn_map_type::iterator fcn_map_iterator;
 
-    // <DIR_NAME, <FCN_NAME, TYPE>>
+    // <DIR_NAME, <FCN_NAME, TYPES>>
     typedef std::map<std::string, dir_info::fcn_file_map_type>
       private_fcn_map_type;