aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-07-16 12:48:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-07-16 12:48:47 +0300
commitbf877250e396171b78a04d5c18fc1df3e6946299 (patch)
tree9c8233f6c6fcb0d7735897d37bd4e9b2d7449429 /src
parentb1401baf175eaea316afa773a9971c1ed7ce10d7 (diff)
downloadpies-bf877250e396171b78a04d5c18fc1df3e6946299.tar.gz
pies-bf877250e396171b78a04d5c18fc1df3e6946299.tar.bz2
Don't concatenate adjacent strings in configuration files.
* grecs: Upgrade. * src/pies.h: Fix include paths. * src/piesctl.c: Likewise. * NEWS: Document changes. * doc/pies.texi: Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/pies.h2
-rw-r--r--src/piesctl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pies.h b/src/pies.h
index b0cc746..851a8ff 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -58,3 +58,3 @@
#include "libpies.h"
-#include "json.h"
+#include "grecs/json.h"
diff --git a/src/piesctl.c b/src/piesctl.c
index aa6150a..9391d4b 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -29,4 +29,4 @@
#include <grecs.h>
-#include <grecs-locus.h>
-#include <json.h>
+#include <grecs/locus.h>
+#include <grecs/json.h>
#include <wordsplit.h>

Return to:

Send suggestions and report system problems to the System administrator.