Compiler rework merge #43

병합
belliash compiler_rework 에서 master 로 55 commits 를 머지했습니다 2018-08-16 21:28:49 +02:00
Showing only changes of commit 1cb3e394cf - Show all commits

파일 보기

@@ -60,6 +60,7 @@ typedef struct ph7_class ph7_class;
typedef unsigned short int sxu16; /* 16 bits(2 bytes) unsigned integer */
typedef int sxi32; /* 32 bits(4 bytes) integer */
typedef unsigned int sxu32; /* 32 bits(4 bytes) unsigned integer */
typedef int sxbool; /* boolean */
typedef long sxptr;
typedef unsigned long sxuptr;
typedef long sxlong;