bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] quotearg: the module must now include quote.h


From: Jim Meyering
Subject: [PATCH] quotearg: the module must now include quote.h
Date: Wed, 07 Mar 2012 15:45:57 +0100

FYI,
Without this, a package using only the quotearg module would
fail to compile due to the lack of the now-required "quote.h".

>From 825091834f1fca679e1547665edcbc083be85c35 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 7 Mar 2012 15:44:33 +0100
Subject: [PATCH] quotearg: the module must now include quote.h

With commit v0.0-7133-g6417476, quotearg.c includes "quote.h".
So must the module.
* modules/quotearg (Files): Add quote.h.
---
 ChangeLog        |    7 +++++++
 modules/quotearg |    1 +
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 9a5b065..8ac1ba4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-03-07  Jim Meyering  <address@hidden>
+
+       quotearg: the module must now include quote.h
+       With commit v0.0-7133-g6417476, quotearg.c includes "quote.h".
+       So must the module.
+       * modules/quotearg (Files): Add quote.h.
+
 2012-03-06  Paul Eggert  <address@hidden>

        readtokens: avoid core dumps with unusual calling patterns
diff --git a/modules/quotearg b/modules/quotearg
index 176ff70..bd63761 100644
--- a/modules/quotearg
+++ b/modules/quotearg
@@ -4,6 +4,7 @@ Quote arguments for use in error messages.
 Files:
 lib/quotearg.h
 lib/quotearg.c
+lib/quote.h
 m4/mbstate_t.m4
 m4/mbrtowc.m4
 m4/quotearg.m4
--
1.7.9.3.363.g121f0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]