diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-29 20:52:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-29 20:52:02 +0000 |
commit | 594fe72be07b4c0f45535f952333bda36b29f402 (patch) | |
tree | 06161b3c3668625bb46beb0f8ec986f4e91ea535 /m4 | |
parent | 0267e219b720cdaaa010d40393ead084c42e3957 (diff) | |
download | coreutils-594fe72be07b4c0f45535f952333bda36b29f402.tar.xz |
no backticks in C comments
Diffstat (limited to 'm4')
-rw-r--r-- | m4/regex.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4 index acfdf9431..ddb198c9b 100644 --- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -61,7 +61,7 @@ AC_DEFUN([jm_INCLUDED_REGEX], exit (1); /* The version of regex.c in e.g. GNU libc-2.2.93 didn't - work with a negative `range' argument. */ + work with a negative RANGE argument. */ if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) exit (1); |