Added RCSID macro, for RCS ID's (what else?).
This commit is contained in:
parent
d72111c735
commit
427a14083c
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue