compiler/bootstrap/unix-48/Configuration.h
Norayr Chilingarian 6ae2f96d08 Undecl var fix (#74)
* fix like 78036911d2

* OPT.DynArr to be precise

* removed PromoteIntConstToLInt() function call

* update of bootstrap sources.
2019-11-07 16:20:08 +00:00

15 lines
280 B
C

/* voc 2.1.0 [2019/11/01]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
#ifndef Configuration__h
#define Configuration__h
#include "SYSTEM.h"
import CHAR Configuration_versionLong[76];
import void *Configuration__init(void);
#endif // Configuration