[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6423] include config.h
From: |
Gavin D. Smith |
Subject: |
[6423] include config.h |
Date: |
Sat, 11 Jul 2015 22:33:38 +0000 |
Revision: 6423
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6423
Author: gavin
Date: 2015-07-11 22:33:38 +0000 (Sat, 11 Jul 2015)
Log Message:
-----------
include config.h
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Texinfo/Convert/XSParagraph/mylib/text.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-07-11 22:11:55 UTC (rev 6422)
+++ trunk/ChangeLog 2015-07-11 22:33:38 UTC (rev 6423)
@@ -1,7 +1,8 @@
2015-07-11 Gavin Smith <address@hidden>
* tp/Texinfo/Convert/XSParagraph/XSParagraph.xs,
- tp/Texinfo/Convert/XSParagraph/mylib/xspara.c: Add
+ tp/Texinfo/Convert/XSParagraph/mylib/xspara.c,
+ tp/Texinfo/Convert/XSParagraph/mylib/text.c: Add
an "#include <config.h>" line.
* tp/Texinfo/Convert/XSParagraph/configure.ac (AM_CPPFLAGS)
(XSParagraph_la_LIBADD): Refer to Gnulib headers and library.
Modified: trunk/tp/Texinfo/Convert/XSParagraph/mylib/text.c
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/mylib/text.c 2015-07-11 22:11:55 UTC
(rev 6422)
+++ trunk/tp/Texinfo/Convert/XSParagraph/mylib/text.c 2015-07-11 22:33:38 UTC
(rev 6423)
@@ -1,6 +1,7 @@
/* Copyright 2014, 2015 */
#define _GNU_SOURCE
+#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6423] include config.h,
Gavin D. Smith <=