diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-30 18:36:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-30 18:36:10 +0100 |
commit | 087a3347d8ca414c2037ae136565fb7266dc618c (patch) | |
tree | 4c500b77f831c0a2089d7b43fbfcadeb1450047e | |
parent | mds-kbdc: it is possible to print the errors in reverse order (diff) | |
download | mds-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.c | 2 |
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` |