Mercurial > hg > octave-lyh
diff liboctave/util/lo-regexp.h @ 16940:99122191d3dd
maint: Rename regexp.h to lo-regexp.h, regexp.cc to lo-regexp.cc in liboctave.
Remove namespace hit with regexp.cc in libinterp/corefcn.
* liboctave/util/lo-regexp.cc: Renamed from regexp.cc.
* liboctave/util/lo-regexp.h: Renamed from regexp.h.
* liboctave/util/module.mk: Add files to build system.
* libinterp/corefcn/regexp.cc, libinterp/corefcn/symtab.h,
libinterp/corefcn/variables.cc: Update #include stmts to new name.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 09 Jul 2013 16:47:57 -0700 |
parents | liboctave/util/regexp.h@648dabbb4c6b |
children |
line wrap: on
line diff
copy from liboctave/util/regexp.h copy to liboctave/util/lo-regexp.h --- a/liboctave/util/regexp.h +++ b/liboctave/util/lo-regexp.h @@ -21,8 +21,8 @@ */ -#if !defined (octave_regexp_match_h) -#define octave_regexp_match_h 1 +#if !defined (octave_liboctave_regexp_match_h) +#define octave_liboctave_regexp_match_h 1 #include <list> #include <sstream>