fix build

This commit is contained in:
Glenn Maynard
2007-02-04 04:33:12 +00:00
parent 5fcf40beda
commit 5dd54edec1
3 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@
#endif
extern unsigned long version_num;
extern const char *version_time;
extern const char *const version_time;
// VDI symbol lookup:
namespace VDDebugInfo
+1 -1
View File
@@ -35,7 +35,7 @@ int main(void) {
if (f=fopen("verstub.cpp","w")) {
fprintf(f,
"unsigned long version_num = %ld;\n"
"const char *version_time = \"%s\";\n"
"extern const char *const version_time = \"%s\";\n"
,build
,s);
fclose(f);
Binary file not shown.