[r-cran-yaml] 01/01: revert a previous bogus commit on upstream sources

Joost van Baal joostvb at moszumanska.debian.org
Thu Feb 11 04:28:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository r-cran-yaml.

commit aa51e53a05abc20611292ba97a81fe39052917f1
Author: Joost van Baal-Ilić <joostvb at janacopoulos.mdcc.cx>
Date:   Thu Feb 11 05:28:17 2016 +0100

    revert a previous bogus commit on upstream sources
---
 src/Makevars   | 2 --
 src/implicit.c | 2 +-
 src/r-ext.h    | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/Makevars b/src/Makevars
index 29b3449..f57a720 100644
--- a/src/Makevars
+++ b/src/Makevars
@@ -1,3 +1 @@
 PKG_CPPFLAGS = -I. -DNDEBUG
-PKG_LIBS = -lyaml
-PKG_LIBS = -lyaml
diff --git a/src/implicit.c b/src/implicit.c
index a3bfbe9..3db5932 100644
--- a/src/implicit.c
+++ b/src/implicit.c
@@ -1,6 +1,6 @@
 /* Generated by re2c 0.13.5 */
 #line 1 "implicit.re"
-#include <yaml.h>
+#include "yaml.h"
 
 yaml_char_t *
 find_implicit_tag(str, len)
diff --git a/src/r-ext.h b/src/r-ext.h
index 8f3d65f..8f1f13e 100644
--- a/src/r-ext.h
+++ b/src/r-ext.h
@@ -9,7 +9,7 @@
 #include "R_ext/Parse.h"
 #include "R_ext/Print.h"
 #include "R_ext/PrtUtil.h"
-#include <yaml.h>
+#include "yaml.h"
 #include "yaml_private.h"
 
 #define REAL_BUF_SIZE 256

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-yaml.git



More information about the debian-science-commits mailing list