summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-08 19:35:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-08 19:35:34 (GMT)
commitae846315702f9b038c3c0ed7c6d565f179d45a05 (patch)
treefcf48e002b854c12189f1221cb306f5171c5a79a /hl/src/H5LTanalyze.c
parent9cd1a1bb60c66650208033d61ff377df5ac1a72e (diff)
downloadhdf5-ae846315702f9b038c3c0ed7c6d565f179d45a05.zip
hdf5-ae846315702f9b038c3c0ed7c6d565f179d45a05.tar.gz
hdf5-ae846315702f9b038c3c0ed7c6d565f179d45a05.tar.bz2
[svn-r24987] HDFFV-8709, HDFFV-8776, HDFFV-8777, HDFFV-8778
Apply user patches, regenerate and patch results for windows. Miminum changes tested locally
Diffstat (limited to 'hl/src/H5LTanalyze.c')
-rw-r--r--hl/src/H5LTanalyze.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c
index 560a8ce..31ec84f 100644
--- a/hl/src/H5LTanalyze.c
+++ b/hl/src/H5LTanalyze.c
@@ -809,7 +809,7 @@ char *yytext;
#line 17 "H5LTanalyze.l"
#include <stdlib.h>
#include <string.h>
-#include<hdf5.h>
+#include <hdf5.h>
#include "H5LTparse.h"
int my_yyinput(char *, int);
@@ -1453,7 +1453,7 @@ YY_RULE_SETUP
#line 174 "H5LTanalyze.l"
ECHO;
YY_BREAK
-#line 1432 "H5LTanalyze.c"
+#line 1457 "H5LTanalyze.c"
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(TAG_STRING):
yyterminate();
@@ -2345,7 +2345,7 @@ int my_yyinput(char *buf, int max_size)
return ret;
}
-int H5LTyyerror(char *msg)
+int H5LTyyerror(const char *msg)
{
printf("ERROR: %s before \"%s\".\n", msg, yytext);
return 0;