aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-04-05 20:53:15 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-04-05 20:53:15 +0000
commitff096a7c70356716e1223a13c74ab17468ecbe92 (patch)
tree6effafc7fa0a6234e9d2a30dfb0bd963f770edb2 /gprof
parentc3f432d938bf49837931b84102f72fe8ea35692c (diff)
downloadfsf-binutils-gdb-ff096a7c70356716e1223a13c74ab17468ecbe92.zip
fsf-binutils-gdb-ff096a7c70356716e1223a13c74ab17468ecbe92.tar.gz
fsf-binutils-gdb-ff096a7c70356716e1223a13c74ab17468ecbe92.tar.bz2
* gprof.c (copyright): Do not use N_ in array initializer.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/gprof.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index ed14aba..3a40974 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -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.
diff --git a/gprof/gprof.c b/gprof/gprof.c
index 382e418..0075480 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -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 */