blob: bcc553f3eb8d8b241650048c81d8fd40ccf1f5a6 (
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
|
/** GENERATED MELT DESCRIPTOR FILE meltbuild-sources/warmelt-outobj+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 20130122 (experimental) [melt-branch revision 195360] MELT_0\
.9.8-post"
#ifdef __cplusplus
" (in C++)"
#else
" (in C)"
#endif
;
const char melt_versionmeltstr[]="0.9.8-post [melt-branch_revision_195360]";
/* source name & real path of the module */
/*MELTMODULENAME meltbuild-sources/warmelt-outobj */
const char melt_modulename[]="warmelt-outobj";
const char melt_modulerealpath[]="/usr/local/libexec/gcc/x86_64-linux-gnu/4.8.0/melt-modules/0.9.8-post/warmelt-outobj";
/* hash of preprocessed melt-run.h generating this */
const char melt_prepromd5meltrun[]="d113e0073e4aeb0e0ea203b42e2afbfd";
/* hexmd5checksum of primary C file */
const char melt_primaryhexmd5[]="6dd34573f9b383d457e5914474567bda";
/* hexmd5checksum of secondary C files */
const char* const melt_secondaryhexmd5tab[]={
/*nosecfile*/ (const char*)0,
/*sechexmd5checksum meltbuild-sources/warmelt-outobj+01.c #1 */ "c072b60869be4e121a7b3860781fe9b4",
/*sechexmd5checksum meltbuild-sources/warmelt-outobj+02.c #2 */ "f435a022172dd2ea655e094d099f77a2",
/*sechexmd5checksum meltbuild-sources/warmelt-outobj+03.c #3 */ "702c2a701122a8b33d2bca6072c6813f",
/*sechexmd5checksum meltbuild-sources/warmelt-outobj+04.c #4 */ "25524107e0a1a91a01fcaff0fff0cb7f",
/*sechexmd5checksum meltbuild-sources/warmelt-outobj+05.c #5 */ "8f4812854b8552d59a9e6cb38b794f0e",
/*nosecfile*/ (const char*)0,
(const char*)0 };
/* last index of secondary files */
const int melt_lastsecfileindex=5;
/* cumulated checksum of primary & secondary files */
const char melt_cumulated_hexmd5[]="969185054e6d7cb4f223bc256a8519b6" ;
/* include the timestamp file */
#define meltmod_warmelt_outobj_mds__969185054e6d7cb4f223bc256a8519b6 1
#include "warmelt-outobj+melttime.h"
#ifdef __cplusplus
} /* end extern C descriptor */
#endif /*__cplusplus */
/* end of melt descriptor file */
|