version.c (760B)
1 #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 4 || __GNUC__ >= 4 2 #define USED __attribute__ ((used)) 3 #elif defined __GNUC__ 4 #define USED __attribute__ ((unused)) 5 #else 6 #define USED 7 #endif 8 #if defined (SU3) 9 static const char sccsid[] USED = "@(#)sed_su3.sl 2.34 (gritter) 6/26/05"; 10 #elif defined (SUS) 11 static const char sccsid[] USED = "@(#)sed_sus.sl 2.34 (gritter) 6/26/05"; 12 #elif defined (S42) 13 static const char sccsid[] USED = "@(#)sed_s42.sl 2.34 (gritter) 6/26/05"; 14 #else /* !SUS, !SU3, !S42 */ 15 static const char sccsid[] USED = "@(#)sed.sl 2.34 (gritter) 6/26/05"; 16 #endif /* !SUS, !SU3, !S42 */ 17 /* SLIST */ 18 /* 19 sed.h: Sccsid @(#)sed.h 1.32 (gritter) 2/6/05 20 sed0.c: Sccsid @(#)sed0.c 1.64 (gritter) 3/12/05> 21 sed1.c: Sccsid @(#)sed1.c 1.42 (gritter) 2/6/05> 22 */