blob: 878be7a24eb5791fea01e50be43ef35341caf950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
/** GENERATED MELT TIMESTAMP FILE meltbuild-sources/warmelt-outobj+melttime.h
** NEVER EDIT OR MOVE THIS, IT IS GENERATED & PARSED! **/
/* These identifiers are generated in warmelt-outobj.melt
& handled in melt-runtime.c carefully. */
/* This warmelt-outobj+melttime.h is included from warmelt-outobj+meltdesc.c only. */
#if meltmod_WARMELTmiOUTOBJ_mds__C26DDFADB90EA6F610EE6CEFA241E8DB
/* MELT generation timestamp for meltbuild-sources/warmelt-outobj */
#ifdef __cplusplus
/* these symbols are extern "C" since dlsym-ed */
extern "C" const char melt_gen_timestamp[] ;
extern "C" const long long melt_gen_timenum ;
extern "C" const char melt_build_timestamp[] ;
extern "C" {
#endif /*__cplusplus */
/*MELT BOOTSTRAP*/
const char melt_gen_timestamp[]="Wed May 11 18:48:44 2016 CEST";
const long long melt_gen_timenum=1462985324;
const char melt_build_timestamp[]= __DATE__ "@" __TIME__
#ifdef __cplusplus
" (in C++)"
#else
" (in C)"
#endif /*__cplusplus*/
;
#ifdef __cplusplus
} /* end extern C timestamp */
#endif /*__cplusplus */
#else /* ! meltmod_WARMELTmiOUTOBJ_mds__C26DDFADB90EA6F610EE6CEFA241E8DB */
#error invalid timestamp file for meltbuild-sources/warmelt-outobj
#endif /* meltmod_WARMELTmiOUTOBJ_mds__C26DDFADB90EA6F610EE6CEFA241E8DB */
|