diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /m4/open-slash.m4 | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'm4/open-slash.m4')
| -rw-r--r-- | m4/open-slash.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/open-slash.m4 b/m4/open-slash.m4 index 1e57c96960e..5d84f2b548a 100644 --- a/m4/open-slash.m4 +++ b/m4/open-slash.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # open-slash.m4 serial 1 | 1 | # open-slash.m4 serial 2 |
| 2 | dnl Copyright (C) 2007-2020 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| @@ -25,6 +25,7 @@ AC_DEFUN([gl_OPEN_TRAILING_SLASH_BUG], | |||
| 25 | #if HAVE_UNISTD_H | 25 | #if HAVE_UNISTD_H |
| 26 | # include <unistd.h> | 26 | # include <unistd.h> |
| 27 | #endif | 27 | #endif |
| 28 | ]GL_MDA_DEFINES[ | ||
| 28 | int main () | 29 | int main () |
| 29 | { | 30 | { |
| 30 | int result = 0; | 31 | int result = 0; |