diff liboctave/util/module.mk @ 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 a0fb36acbd0d
children d07d59cc8775
line wrap: on
line diff
--- a/liboctave/util/module.mk
+++ b/liboctave/util/module.mk
@@ -34,7 +34,7 @@
   util/oct-sort.h \
   util/oct-sparse.h \
   util/pathsearch.h \
-  util/regexp.h \
+  util/lo-regexp.h \
   util/singleton-cleanup.h \
   util/sparse-sort.h \
   util/sparse-util.h \
@@ -66,7 +66,7 @@
   util/oct-mutex.cc \
   util/oct-shlib.cc \
   util/pathsearch.cc \
-  util/regexp.cc \
+  util/lo-regexp.cc \
   util/singleton-cleanup.cc \
   util/sparse-sort.cc \
   util/sparse-util.cc \