comparison src/unexec.c @ 579:e2782df984a2

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sat, 14 Mar 1992 20:43:29 +0000
parents 8c615e453683
children 88a29c720fa7
comparison
equal deleted inserted replaced
578:a4591b4d5435 579:e2782df984a2
1 /* Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc. 1 /* Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
2 2
3 This file is part of GNU Emacs. 3 This file is part of GNU Emacs.
4 4
5 GNU Emacs is free software; you can redistribute it and/or modify 5 GNU Emacs is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
993 int readdesc; 993 int readdesc;
994 char *new_name; 994 char *new_name;
995 { 995 {
996 register int nsyms; 996 register int nsyms;
997 register int new; 997 register int new;
998 #ifdef amdahl_uts 998 #if defined (amdahl_uts) || defined (pfa)
999 SYMENT symentry; 999 SYMENT symentry;
1000 AUXENT auxentry; 1000 AUXENT auxentry;
1001 #else 1001 #else
1002 struct syment symentry; 1002 struct syment symentry;
1003 union auxent auxentry; 1003 union auxent auxentry;