summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c14ceb5)
* gnulib: update.
* src/scan-gram.l: Don't use the (former version of) STREQ.
-Subproject commit 50bb21eab7dfc87bbfcbc75f0232407110cdd296
+Subproject commit 4730c3e3692b344effb72d46b3ff92db0bdb797a
#include <ctype.h>
#include <mbswidth.h>
#include <quote.h>
#include <ctype.h>
#include <mbswidth.h>
#include <quote.h>
loc.end = scanner_cursor;
token_end = quote (token_end);
// Instead of '\'', display "'".
loc.end = scanner_cursor;
token_end = quote (token_end);
// Instead of '\'', display "'".
- if (STREQ (token_end, "'\\''", '\'', '\\', '\'', '\'', 0,0,0,0,0))
+ if (!strcmp (token_end, "'\\''"))
token_end = "\"'\"";
complain_at (loc, _(msgid), token_end);
}
token_end = "\"'\"";
complain_at (loc, _(msgid), token_end);
}