From a33d0e8e1467339aa659abc620cf1c499a0c370f Mon Sep 17 00:00:00 2001 From: em Date: Mon, 21 Jan 1985 12:28:59 +0000 Subject: [PATCH] Replaced RCSid so that file starts with # in column 0 so it gets preprocessed. --- mach/vax4/libem/head_em.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mach/vax4/libem/head_em.s b/mach/vax4/libem/head_em.s index 232ccbc72..2124e04b0 100644 --- a/mach/vax4/libem/head_em.s +++ b/mach/vax4/libem/head_em.s @@ -1,10 +1,11 @@ - # $Header$ #include "system.h" #include "em_abs.h" #ifdef BSD42 #include "/usr/include/syscall.h" #endif BSD42 + # $Header$ + .globl hol0 .globl .reghp .globl .trppc -- 2.34.1