Commit 6db79fd1 authored by Damir Franusic's avatar Damir Franusic Committed by Lev Walkin

Fix compiler redefinition warnings

* check if __EXTENSIONS__ if alreay
  defined
parent 878dc3b3
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment