mirror of https://github.com/BOINC/boinc.git
Added RCSID at the end
svn path=/trunk/boinc/; revision=4861
This commit is contained in:
parent
766c11710f
commit
0329a35667
|
@ -27,3 +27,8 @@ int boinc_get_init_data(APP_INIT_DATA& app_init_data) {
|
|||
return bmsp->boinc_get_init_data_hook(app_init_data);
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
static volatile const char __attribute__((unused)) *BOINCrcsid="$Id$";
|
||||
#else
|
||||
static volatile const char *BOINCrcsid="$Id$";
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue