summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.y
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-22 13:56:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-22 13:56:58 (GMT)
commit3bd99b85badc4bdfc7452d90dfab941a994da29b (patch)
tree786b4876a8addc662c0556ef126cc9879e8193f7 /hl/src/H5LTparse.y
parentb59f172c53576794b419d2b081b9cc7853095701 (diff)
downloadhdf5-3bd99b85badc4bdfc7452d90dfab941a994da29b.zip
hdf5-3bd99b85badc4bdfc7452d90dfab941a994da29b.tar.gz
hdf5-3bd99b85badc4bdfc7452d90dfab941a994da29b.tar.bz2
[svn-r25074] HDFFV-8709: Add changes for HDFFV-8676, -8677, -8678
Tested: local linux
Diffstat (limited to 'hl/src/H5LTparse.y')
-rw-r--r--hl/src/H5LTparse.y8
1 files changed, 4 insertions, 4 deletions
diff --git a/hl/src/H5LTparse.y b/hl/src/H5LTparse.y
index 973f2cb..d4c786c 100644
--- a/hl/src/H5LTparse.y
+++ b/hl/src/H5LTparse.y
@@ -14,12 +14,12 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
%{
-#include<stdio.h>
-#include<string.h>
-#include<hdf5.h>
+#include <stdio.h>
+#include <string.h>
+#include <hdf5.h>
extern int yylex();
-extern int yyerror(char *);
+extern int yyerror(const char *);
#define STACK_SIZE 16