comparison lib-src/emacsclient.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 76d453ac3c4f
children bc2610a13fbf 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
517 return sys_errlist[errnum]; 517 return sys_errlist[errnum];
518 return (char *) "Unknown error"; 518 return (char *) "Unknown error";
519 } 519 }
520 520
521 #endif /* ! HAVE_STRERROR */ 521 #endif /* ! HAVE_STRERROR */
522
523 /* arch-tag: f39bb9c4-73eb-477e-896d-50832e2ca9a7
524 (do not change this comment) */