Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include Add missing backslash.



details:   https://anonhg.NetBSD.org/src/rev/7148fdb13879
branches:  trunk
changeset: 476801:7148fdb13879
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Sep 28 09:57:35 1999 +0000

description:
Add missing backslash.

diffstat:

 sys/arch/i386/include/profile.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 240337ef5d2d -r 7148fdb13879 sys/arch/i386/include/profile.h
--- a/sys/arch/i386/include/profile.h   Tue Sep 28 09:24:05 1999 +0000
+++ b/sys/arch/i386/include/profile.h   Tue Sep 28 09:57:35 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: profile.h,v 1.12 1999/09/27 09:47:45 kleink Exp $      */
+/*     $NetBSD: profile.h,v 1.13 1999/09/28 09:57:35 enami Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -46,7 +46,7 @@
 #endif
 
 #define        MCOUNT \
-MCOUNT_COMPAT
+MCOUNT_COMPAT                                                          \
 extern void mcount __P((void)) __asm__(MCOUNT_ENTRY);                  \
 void                                                                   \
 mcount()                                                               \



Home | Main Index | Thread Index | Old Index