* gprof.c (copyright): Do not use N_ in array initializer.
This commit is contained in:
parent
c3f432d938
commit
ff096a7c70
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue