[geany/geany-plugins] 386f80: Rename Discount's config.h to discount-config.h
Matthew Brush
git-noreply at xxxxx
Fri Mar 1 18:20:07 UTC 2013
Branch: refs/heads/master
Author: Matthew Brush <mbrush at codebrainz.ca>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Fri, 01 Mar 2013 18:20:07 UTC
Commit: 386f807ee4900aaac246dc1788693c5f94ea8a12
https://github.com/geany/geany-plugins/commit/386f807ee4900aaac246dc1788693c5f94ea8a12
Log Message:
-----------
Rename Discount's config.h to discount-config.h
Avoids a clash with Geany-Plugins config.h when using Waf.
Signed-off-by: Frank Lanitz <frank at frank.uvena.de>
Modified Paths:
--------------
markdown/discount/Makefile.am
markdown/discount/amalloc.h
markdown/discount/basename.c
markdown/discount/css.c
markdown/discount/discount-config.h
markdown/discount/docheader.c
markdown/discount/emmatch.c
markdown/discount/generate.c
markdown/discount/markdown.c
markdown/discount/mkdio.c
markdown/discount/resource.c
markdown/discount/setup.c
markdown/discount/toc.c
markdown/discount/version.c
markdown/discount/xml.c
markdown/discount/xmlpage.c
Modified: markdown/discount/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@ libdiscount_la_SOURCES = \
amalloc.h \
blocktags \
basename.c \
- config.h \
+ discount-config.h \
Csio.c \
css.c \
cstring.h \
Modified: markdown/discount/amalloc.h
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@
#ifndef AMALLOC_D
#define AMALLOC_D
-#include "config.h"
+#include "discount-config.h"
#ifdef USE_AMALLOC
Modified: markdown/discount/basename.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Modified: markdown/discount/css.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -11,7 +11,7 @@
#include <time.h>
#include <ctype.h>
-#include "config.h"
+#include "discount-config.h"
#include "cstring.h"
#include "markdown.h"
Modified: markdown/discount/discount-config.h
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: markdown/discount/docheader.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Modified: markdown/discount/emmatch.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -11,7 +11,7 @@
#include <time.h>
#include <ctype.h>
-#include "config.h"
+#include "discount-config.h"
#include "cstring.h"
#include "markdown.h"
Modified: markdown/discount/generate.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -11,7 +11,7 @@
#include <time.h>
#include <ctype.h>
-#include "config.h"
+#include "discount-config.h"
#include "cstring.h"
#include "markdown.h"
Modified: markdown/discount/markdown.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -4,7 +4,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <string.h>
Modified: markdown/discount/mkdio.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Modified: markdown/discount/resource.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -11,7 +11,7 @@
#include <time.h>
#include <ctype.h>
-#include "config.h"
+#include "discount-config.h"
#include "cstring.h"
#include "markdown.h"
Modified: markdown/discount/setup.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -4,7 +4,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <string.h>
Modified: markdown/discount/toc.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Modified: markdown/discount/version.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
-#include "config.h"
+#include "discount-config.h"
char markdown_version[] = VERSION
#if 4 != 4
Modified: markdown/discount/xml.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -11,7 +11,7 @@
#include <time.h>
#include <ctype.h>
-#include "config.h"
+#include "discount-config.h"
#include "cstring.h"
#include "markdown.h"
Modified: markdown/discount/xmlpage.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@
* The redistribution terms are provided in the COPYRIGHT file that must
* be distributed with this source code.
*/
-#include "config.h"
+#include "discount-config.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list