From c6cac8e958ef898fc2d36cc4ef354ff599711731 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Mon, 14 Mar 2016 02:57:07 -0700 Subject: do not use reserved identifiers --- skeletons/asn_application.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skeletons/asn_application.h') diff --git a/skeletons/asn_application.h b/skeletons/asn_application.h index f40cd86a..71e9ba61 100644 --- a/skeletons/asn_application.h +++ b/skeletons/asn_application.h @@ -5,8 +5,8 @@ /* * Application-level ASN.1 callbacks. */ -#ifndef _ASN_APPLICATION_H_ -#define _ASN_APPLICATION_H_ +#ifndef ASN_APPLICATION_H +#define ASN_APPLICATION_H #include "asn_system.h" /* for platform-dependent types */ #include "asn_codecs.h" /* for ASN.1 codecs specifics */ @@ -44,4 +44,4 @@ typedef void (asn_app_constraint_failed_f)(void *application_specific_key, #include "constr_TYPE.h" /* for asn_TYPE_descriptor_t */ -#endif /* _ASN_APPLICATION_H_ */ +#endif /* ASN_APPLICATION_H */ -- cgit v1.2.3