diff options
| author | Paul Eggert | 2018-08-05 18:41:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-08-05 19:36:09 -0700 |
| commit | e5652268a993ad9117f7253553c143d60460eb8f (patch) | |
| tree | 82b54b12fa3c5d41fd5e5345f19613b722709495 /src/thread.h | |
| parent | ba8eb994f86206f69cbf9743a67b9d86ef9b1d8f (diff) | |
| download | emacs-e5652268a993ad9117f7253553c143d60460eb8f.tar.gz emacs-e5652268a993ad9117f7253553c143d60460eb8f.zip | |
Rename src/regex.c to src/regex-emacs.c.
This is in preparation for using Gnulib regex for etags,
to avoid collisions in include directives.
* src/regex-emacs.c: Rename from src/regex.c.
* src/regex-emacs.h: Rename from src/regex.h. All uses changed.
* test/src/regex-emacs-tests.el: Rename from test/src/regex-tests.el.
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h index 922eea62178..e1eb40921b4 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -19,7 +19,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 19 | #ifndef THREAD_H | 19 | #ifndef THREAD_H |
| 20 | #define THREAD_H | 20 | #define THREAD_H |
| 21 | 21 | ||
| 22 | #include "regex.h" | 22 | #include "regex-emacs.h" |
| 23 | 23 | ||
| 24 | #ifdef WINDOWSNT | 24 | #ifdef WINDOWSNT |
| 25 | #include <sys/socket.h> | 25 | #include <sys/socket.h> |