blob: e0c9a082454b786b148a79e4e968400663e923a6 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
/** GENERATED MELT DESCRIPTOR FILE meltbuild-sources/warmelt-first+meltdesc.c
** NEVER EDIT OR MOVE THIS, IT IS GENERATED & PARSED! **/
/* These identifiers are generated in warmelt-outobj.melt
& handled in melt-runtime.c carefully. */
#ifdef __cplusplus
/* explicitly declare as extern "C" our dlsym-ed symbols */
extern "C" const char melt_versionmeltstr[] ;
extern "C" const char melt_genversionstr[] ;
extern "C" const char melt_modulename[] ;
extern "C" const char melt_modulerealpath[] ;
extern "C" const char melt_prepromd5meltrun[] ;
extern "C" const char melt_primaryhexmd5[] ;
extern "C" const char* const melt_secondaryhexmd5tab[] ;
extern "C" const int melt_lastsecfileindex ;
extern "C" const char melt_cumulated_hexmd5[] ;
extern "C" {
#endif /*__cplusplus */
/* version of the GCC compiler & MELT runtime generating this */
const char melt_genversionstr[]="4.8.0 20120905 (experimental) [melt-branch revision 191017] MELT_0.9.7-pre"
#ifdef __cplusplus
" (in C++)"
#else
" (in C)"
#endif
;
const char melt_versionmeltstr[]="0.9.7-pre [melt-branch_revision_191017]";
/* source name & real path of the module */
/*MELTMODULENAME meltbuild-sources/warmelt-first */
const char melt_modulename[]="warmelt-first";
const char melt_modulerealpath[]="/usr/local/libexec/gcc-melt/gcc/x86_64-unknown-linux-gnu/4.8.0/melt-modules/0.9.7-pre/warmelt-first";
/* hash of preprocessed melt-run.h generating this */
const char melt_prepromd5meltrun[]="c440addc73e5f03a146001e883473c44";
/* hexmd5checksum of primary C file */
const char melt_primaryhexmd5[]="e5b0d59bc8af63390259af339336a817";
/* hexmd5checksum of secondary C files */
const char* const melt_secondaryhexmd5tab[]={
/*nosecfile*/ (const char*)0,
/*sechexmd5checksum meltbuild-sources/warmelt-first+01.c #1 */ "c145d7fb4d6440fd228ef0e353ad35e7",
/*sechexmd5checksum meltbuild-sources/warmelt-first+02.c #2 */ "e901be6c86130847b7a26ca0c59427b9",
/*sechexmd5checksum meltbuild-sources/warmelt-first+03.c #3 */ "29da9ca1f131e651f1c501185a416ef9",
(const char*)0 };
/* last index of secondary files */
const int melt_lastsecfileindex=3;
/* cumulated checksum of primary & secondary files */
const char melt_cumulated_hexmd5[]="2a805453ed1aa42e7acb822b5b31f211" ;
/* include the timestamp file */
#define meltmod_warmelt_first_mds__2a805453ed1aa42e7acb822b5b31f211 1
#include "warmelt-first+melttime.h"
#ifdef __cplusplus
} /* end extern C descriptor */
#endif /*__cplusplus */
/* end of melt descriptor file */
|