aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-30 18:36:10 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-30 18:36:10 +0100
commit087a3347d8ca414c2037ae136565fb7266dc618c (patch)
tree4c500b77f831c0a2089d7b43fbfcadeb1450047e
parentmds-kbdc: it is possible to print the errors in reverse order (diff)
downloadmds-087a3347d8ca414c2037ae136565fb7266dc618c.tar.gz
mds-087a3347d8ca414c2037ae136565fb7266dc618c.tar.bz2
mds-087a3347d8ca414c2037ae136565fb7266dc618c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/mds-kbdc/process-includes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/process-includes.c b/src/mds-kbdc/process-includes.c
index cfd0fe3..9fe14a3 100644
--- a/src/mds-kbdc/process-includes.c
+++ b/src/mds-kbdc/process-includes.c
@@ -61,7 +61,7 @@ static mds_kbdc_parsed_t* restrict result;
/**
* Stack of attributes of already included files
*/
-static struct stat* included;
+static struct stat* restrict included;
/**
* The number elements allocated for `included`