From 7c05fdf1f45ec703e3ed74a92775ed14401c473a Mon Sep 17 00:00:00 2001 From: vlm Date: Wed, 17 Aug 2005 18:39:36 +0000 Subject: [PATCH] proper inline, as per 1261746 git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@974 59561ff5-6e30-0410-9f3c-9617f08c8826 --- skeletons/asn_system.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skeletons/asn_system.h b/skeletons/asn_system.h index 74cccaf4..d969e38b 100644 --- a/skeletons/asn_system.h +++ b/skeletons/asn_system.h @@ -26,6 +26,9 @@ #define alloca(size) _alloca(size) #ifdef _MSC_VER /* MSVS.Net */ +#ifndef __cplusplus +#define inline __inline +#endif #define ssize_t SSIZE_T typedef char int8_t; typedef short int16_t;