comparison oldXMenu/Recomp.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children f0eb34e60705 e8824c4f5f7e 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /cvs/emacs/oldXMenu/Recomp.c,v 1.1 1999/10/03 19:35:11 fx Exp $ */ 3 /* $Header: /cvsroot/emacs/emacs/oldXMenu/Recomp.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1985 */ 4 /* Copyright Massachusetts Institute of Technology 1985 */
5 5
6 /* 6 /*
7 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
8 * 8 *
100 * Return successfully. 100 * Return successfully.
101 */ 101 */
102 _XMErrorCode = XME_NO_ERROR; 102 _XMErrorCode = XME_NO_ERROR;
103 return(XM_SUCCESS); 103 return(XM_SUCCESS);
104 } 104 }
105
106 /* arch-tag: 1fe99b82-3873-4aab-b2b3-f277c93e00d9
107 (do not change this comment) */