* gprof.c (copyright): Do not use N_ in array initializer.

This commit is contained in:
Alexandre Oliva
2000-04-05 20:53:21 +00:00
parent 90cd735643
commit 12a6863d73
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gprof.c (copyright): Do not use N_ in array initializer.
2000-04-04 Alan Modra <alan@linuxcare.com.au>
* po/gprof.pot: Regenerate.

View File

@@ -56,8 +56,8 @@ File_Format file_format = FF_AUTO;
bool first_output = TRUE;
char copyright[] =
N_("@(#) Copyright (c) 1983 Regents of the University of California.\n\
All rights reserved.\n");
"@(#) Copyright (c) 1983 Regents of the University of California.\n\
All rights reserved.\n";
static char *gmon_name = GMONNAME; /* profile filename */