GNU bug report logs - #24071
[PATCH] Refactor regex character class parsing in [:name:]

Previous Next

Package: emacs;

Reported by: Michal Nazarewicz <mina86 <at> mina86.com>

Date: Mon, 25 Jul 2016 22:55:02 UTC

Severity: wishlist

Tags: patch

Done: Michal Nazarewicz <mina86 <at> mina86.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michal Nazarewicz <mina86 <at> mina86.com>
Cc: 24071 <at> debbugs.gnu.org
Subject: bug#24071: [PATCH] Refactor regex character class parsing in [:name:]
Date: Tue, 02 Aug 2016 19:46:54 +0300
> From: Michal Nazarewicz <mina86 <at> mina86.com>
> Date: Tue, 02 Aug 2016 18:06:04 +0200
> 
> Pushed.

Thanks.  I get the following warning when compiling regex.c:

  regex.c:516:0: warning: macro "STREQ" is not used [-Wunused-macros]
   #define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
   ^

When compiling the test suite, I get this warning:

Compiling src/regex-tests.el

  In toplevel form:
  src/regex-tests.el:416:1:Warning: Unused lexical variable `newline'




This bug report was last modified 8 years and 350 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.