summaryrefslogtreecommitdiff
path: root/src/unexec.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-14 20:43:29 +0000
committerJim Blandy <jimb@redhat.com>1992-03-14 20:43:29 +0000
commite912d95c03d21f5fbd8434d9ab114c1002d9ff01 (patch)
tree320ac5b3d2b83250c5d111ea621a3f1f8f604a67 /src/unexec.c
parentcd8969fcf3e6396a30ad1c6af0f2490d41f63e0c (diff)
downloademacs-e912d95c03d21f5fbd8434d9ab114c1002d9ff01.tar.gz
*** empty log message ***
Diffstat (limited to 'src/unexec.c')
-rw-r--r--src/unexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unexec.c b/src/unexec.c
index 4d4cf20fd55..5417f760467 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc.
+/* Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -995,7 +995,7 @@ adjust_lnnoptrs (writedesc, readdesc, new_name)
{
register int nsyms;
register int new;
-#ifdef amdahl_uts
+#if defined (amdahl_uts) || defined (pfa)
SYMENT symentry;
AUXENT auxentry;
#else