proper inline, as per 1261746

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@974 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-08-17 18:39:36 +00:00
parent 5a6fc6536f
commit 7c05fdf1f4
1 changed files with 3 additions and 0 deletions

View File

@ -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;