aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasn1compiler/asn1c_out.h')
-rw-r--r--libasn1compiler/asn1c_out.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libasn1compiler/asn1c_out.h b/libasn1compiler/asn1c_out.h
index d68f3a85..e21827e0 100644
--- a/libasn1compiler/asn1c_out.h
+++ b/libasn1compiler/asn1c_out.h
@@ -1,5 +1,5 @@
-#ifndef _ASN1_COMPILED_OUTPUT_H_
-#define _ASN1_COMPILED_OUTPUT_H_
+#ifndef ASN1_COMPILED_OUTPUT_H
+#define ASN1_COMPILED_OUTPUT_H
/*
* An elementary chunk of target language text.
@@ -130,4 +130,4 @@ int asn1c_compiled_output(arg_t *arg, const char *fmt, ...);
OUT("% " PRIdASN, iv); \
} while(0)
-#endif /* _ASN1_COMPILED_OUTPUT_H_ */
+#endif /* ASN1_COMPILED_OUTPUT_H */