comparison src/unexalpha.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children a6fb651249bd 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
539 fprintf (stderr, "unexec: %s, ", strerror (errno)); 539 fprintf (stderr, "unexec: %s, ", strerror (errno));
540 fprintf (stderr, s, arg); 540 fprintf (stderr, s, arg);
541 fputs (".\n", stderr); 541 fputs (".\n", stderr);
542 exit (1); 542 exit (1);
543 } 543 }
544
545 /* arch-tag: 46316c49-ee08-4aa3-942b-00798902f5bd
546 (do not change this comment) */