comparison src/m/masscomp.h @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
114 114
115 /* Adjust a header field for the executable file about to be dumped. */ 115 /* Adjust a header field for the executable file about to be dumped. */
116 116
117 #define ADJUST_EXEC_HEADER \ 117 #define ADJUST_EXEC_HEADER \
118 hdr.a_stamp = STAMP13; /* really want the latest stamp, whatever it is */ 118 hdr.a_stamp = STAMP13; /* really want the latest stamp, whatever it is */
119
120 /* arch-tag: 572bf8d1-7a94-48c6-b188-bf69754e0cd2
121 (do not change this comment) */