comparison src/sysdep.h @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents a1dbe9d80eee
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
53 #endif 53 #endif
54 54
55 extern OCTINTERP_API bool same_file_internal (const std::string&, const std::string&); 55 extern OCTINTERP_API bool same_file_internal (const std::string&, const std::string&);
56 56
57 #endif 57 #endif
58
59 /*
60 ;;; Local Variables: ***
61 ;;; mode: C++ ***
62 ;;; End: ***
63 */