From 0329a356679c7ffb0f72f437c3021e489368bfff Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 16 Dec 2004 03:09:57 +0000 Subject: [PATCH] Added RCSID at the end svn path=/trunk/boinc/; revision=4861 --- api/graphics_impl_lib.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/graphics_impl_lib.C b/api/graphics_impl_lib.C index 294fc1046e..dfe8bb0bcb 100644 --- a/api/graphics_impl_lib.C +++ b/api/graphics_impl_lib.C @@ -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