]> granicus.if.org Git - jq/commitdiff
Fix header guards (fix #770)
authorNicolas Williams <nico@cryptonector.com>
Tue, 28 Apr 2015 15:36:21 +0000 (10:36 -0500)
committerNicolas Williams <nico@cryptonector.com>
Tue, 28 Apr 2015 15:36:21 +0000 (10:36 -0500)
jq.h
locfile.h

diff --git a/jq.h b/jq.h
index 493bfce8ac65d590e96b1f8f0057735849e14254..ab6e5d5b7a532765dec1c085c553c265e3b04b0d 100644 (file)
--- a/jq.h
+++ b/jq.h
@@ -1,5 +1,5 @@
-#ifndef _JQ_H_
-#define _JQ_H_
+#ifndef JQ_H
+#define JQ_H
 
 #include <stdio.h>
 #include <jv.h>
@@ -47,4 +47,4 @@ int jq_util_input_open_errors(jq_util_input_state);
 jv jq_util_input_next_input(jq_util_input_state);
 jv jq_util_input_next_input_cb(jq_state *, void *);
 
-#endif /* !_JQ_H_ */
+#endif /* !JQ_H */
index a7801916cc0726d6e0acd517a1d967e87278d62c..9931b009ee20229096192c796296c4cff8a4971f 100644 (file)
--- a/locfile.h
+++ b/locfile.h
@@ -1,5 +1,5 @@
-#ifndef _LOCFILE_H
-#define _LOCFILE_H
+#ifndef LOCFILE_H
+#define LOCFILE_H
 
 #include "jq.h"