]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix compilation error on mingw (regression from 2018-11-04).
authorBruno Haible <bruno@clisp.org>
Sun, 25 Nov 2018 01:06:22 +0000 (02:06 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Nov 2018 01:06:22 +0000 (02:06 +0100)
* gettext-tools/src/x-appdata.h (SCANNERS_APPDATA): Remove
literalstring_parser initializer.

gettext-tools/src/x-appdata.h

index 6b18992ec72cf49a5a72b861bf093e558bc2178a..5d13989bca117abb3152e9b944fd3833c0cf4559 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext AppData file backend.
-   Copyright (C) 2002-2003, 2006, 2013, 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2006, 2013, 2015, 2017-2018 Free Software Foundation, Inc.
    Written by Philip Withnall <philip.withnall@collabora.co.uk>, 2015.
 
    This program is free software: you can redistribute it and/or modify
@@ -32,7 +32,7 @@ extern "C" {
 #define EXTENSIONS_APPDATA
 
 #define SCANNERS_APPDATA \
-  { "appdata", NULL, NULL, NULL, NULL, NULL },
+  { "appdata", NULL, NULL, NULL, NULL },
 
 
 #ifdef __cplusplus