* gprof.c (copyright): Do not use N_ in array initializer.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Apr 2000 20:53:15 +0000 (20:53 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Apr 2000 20:53:15 +0000 (20:53 +0000)
gprof/ChangeLog
gprof/gprof.c

index ed14aba502f05ab1a0c94b7c392b1260e4ee2247..3a409741b12f06574573403f8809f0343f594e3b 100644 (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.
index 382e4189bf70ed66a1ec665673fc53dad5371d96..0075480ca6e7cdab3a41b7968b70eb293f0dda73 100644 (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 */