blob: b417bcb235ec77b6fe1d5e9961c2fe452b3ad952 (
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
67
68
69
70
71
72
73
74
75
76
77
78
|
/** GENERATED MELT DESCRIPTOR FILE meltbuild-sources/warmelt-macro+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" const int melt_module_nb_module_vars;
extern "C" {
#endif /*__cplusplus */
/* version of the GCC compiler & MELT runtime generating this */
const char melt_genversionstr[]="4.9.0 20140108 (experimental) [melt-branch revision 206701] MELT_1\
.1-pre"
#ifdef __cplusplus
" (in C++)"
#else
" (in C)"
#endif
;
const char melt_versionmeltstr[]="1.1-pre [melt-branch_revision_206701]";
/* source name & real path of the module */
/*MELTMODULENAME meltbuild-sources/warmelt-macro */
const char melt_modulename[]="warmelt-macro";
const char melt_modulerealpath[]="/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/melt-modules\
/1.1-pre/warmelt-macro";
/* hash of preprocessed melt-run.h generating this */
const char melt_prepromd5meltrun[]="b1c24411fe456ba0c77ca05cb3758bab";
/* hexmd5checksum of primary C++ file */
const char melt_primaryhexmd5[]="9a6f7f795dcd46d749b9936be6cc2a6b";
/* hexmd5checksum of secondary C++ files */
const char* const melt_secondaryhexmd5tab[]={
/*nosecfile*/ (const char*)0,
/*sechexmd5checksum meltbuild-sources/warmelt-macro+01.cc #1 */ "d0fcdd74eb39d94a847438956e8b06b0",
/*sechexmd5checksum meltbuild-sources/warmelt-macro+02.cc #2 */ "bd179b675a9d3abc30a38452299418a6",
/*sechexmd5checksum meltbuild-sources/warmelt-macro+03.cc #3 */ "1d0bd97daf9e14715bbedbce0d786cf8",
/*sechexmd5checksum meltbuild-sources/warmelt-macro+04.cc #4 */ "15f16083fba55e4231346b7afe5a48c4",
/*sechexmd5checksum meltbuild-sources/warmelt-macro+05.cc #5 */ "017f96b62da01a5511e5e3f722425cdb",
/*sechexmd5checksum meltbuild-sources/warmelt-macro+06.cc #6 */ "96b63c688c190f31f05630c7e2af9cf0",
/*sechexmd5checksum meltbuild-sources/warmelt-macro+07.cc #7 */ "fb136721b6be1e0334e3e0c55ab05dc5",
/*nosecfile*/ (const char*)0,
/*nosecfile*/ (const char*)0,
(const char*)0 };
/* last index of secondary files */
const int melt_lastsecfileindex=7;
/* cumulated checksum of primary & secondary files */
const char melt_cumulated_hexmd5[]="ad12c118e5e1789f13bd575f9295586a" ;
/* number of module variables */
const int melt_module_nb_module_vars= 6;
/* include the timestamp file */
#define meltmod_WARMELTmiMACRO_mds__AD12C118E5E1789F13BD575F9295586A 1
#include "warmelt-macro+melttime.h"
#ifdef __cplusplus
} /* end extern C descriptor */
#endif /*__cplusplus */
/* end of melt descriptor file */
|