Added RCSID macro, for RCS ID's (what else?).

This commit is contained in:
jtc 1994-03-12 01:23:21 +00:00
parent d72111c735
commit 427a14083c
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)asm.h 5.5 (Berkeley) 5/7/91
* $Id: asm.h,v 1.4 1994/01/07 00:46:20 pk Exp $
* $Id: asm.h,v 1.5 1994/03/12 01:23:21 jtc Exp $
*/
#ifndef _I386_ASM_H_
@ -87,4 +87,6 @@
#define ASMSTR .asciz
#define RCSID(x) .text; .asciz x
#endif /* !_I386_ASM_H_ */