summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-05-02 00:03:28 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-05-02 00:03:28 +0300
commitd45afe9e2dd89ab819ababca4d5d91d923bcd60a (patch)
tree051e1210f9a470f3c7ebe7438935d7de6b12eb72 /configure.ac
parent7c192c89e9d3fe9d25d8b1cd1f24166dab3133df (diff)
downloadbdwgc-d45afe9e2dd89ab819ababca4d5d91d923bcd60a.tar.gz
Remove extra spaces after comma in configure and gc_pmark.h
(reformatting) * configure.ac (GC_THREADS): Remove extra spaces after comma. * include/private/gc_pmark.h (GC_push_obj): Remove an extra space after comma in arguments list.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c81e7021..79e6e472 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,8 +164,7 @@ AH_TEMPLATE([USE_COMPILER_TLS],
[Define to use of compiler-support for thread-local variables.])
dnl Thread selection macros.
-AH_TEMPLATE([GC_THREADS], [Define to support platform-specific
- threads.])
+AH_TEMPLATE([GC_THREADS], [Define to support platform-specific threads.])
AH_TEMPLATE([GC_WIN32_PTHREADS],
[Define to support pthreads-win32 or winpthreads.])