Skip to content

Commit

Permalink
Fix compiler redefinition warnings
Browse files Browse the repository at this point in the history
* check if __EXTENSIONS__ if alreay
  defined
  • Loading branch information
dfranusic authored and vlm committed Jul 7, 2020
1 parent 878dc3b commit 6db79fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skeletons/asn_internal.h
Expand Up @@ -7,8 +7,9 @@
*/
#ifndef ASN_INTERNAL_H
#define ASN_INTERNAL_H
#ifndef __EXTENSIONS__
#define __EXTENSIONS__ /* for Sun */

#endif
#include "asn_application.h" /* Application-visible API */

#ifndef __NO_ASSERT_H__ /* Include assert.h only for internal use. */
Expand Down

0 comments on commit 6db79fd

Please sign in to comment.