summaryrefslogtreecommitdiff
path: root/src/regex.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-07-30 22:42:18 +0300
committerEli Zaretskii <eliz@gnu.org>2017-07-30 22:42:18 +0300
commitdcfcaf40d577808d640016c886d4fae7280a7fd5 (patch)
tree446db878c5ce38a52e177bb059edf9475ca81eed /src/regex.h
parentc8f44e4b53c40dfea1c83ad0ff3bd653e72c4f4e (diff)
downloademacs-dcfcaf40d577808d640016c886d4fae7280a7fd5.tar.gz
; Don't use non-ASCII quotes in comments
* src/regex.h: * src/regex.c (re_wctype_parse): Don't use non-ASCII quotes in comments.
Diffstat (limited to 'src/regex.h')
-rw-r--r--src/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.h b/src/regex.h
index 1d439de259c..5e3a79763ec 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -21,7 +21,7 @@
#define _REGEX_H 1
#if defined emacs && (defined _REGEX_RE_COMP || defined _LIBC)
-/* We’re not defining re_set_syntax and using a different prototype of
+/* We're not defining re_set_syntax and using a different prototype of
re_compile_pattern when building Emacs so fail compilation early with
a (somewhat helpful) error message when conflict is detected. */
# error "_REGEX_RE_COMP nor _LIBC can be defined if emacs is defined."