compiler/bootstrap/unix-88/Configuration.c
Norayr Chilingarian d3a7c24286 make bootstrap
2020-06-12 19:40:28 +04:00

24 lines
486 B
C

/* voc 2.1.0 [2020/06/12]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
#define SHORTINT INT8
#define INTEGER INT16
#define LONGINT INT32
#define SET UINT32
#include "SYSTEM.h"
export CHAR Configuration_versionLong[76];
export void *Configuration__init(void)
{
__DEFMOD;
__REGMOD("Configuration", 0);
/* BEGIN */
__MOVE("2.1.0 [2020/06/12]. Bootstrapping compiler for address size 8, alignment 8.", Configuration_versionLong, 76);
__ENDMOD;
}