Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitabf578a

Browse files
committed
Fix c.h for sparc_solaris
Pointed out by Keith Parks
1 parentfd569a2 commitabf578a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.2 1996/11/04 04:00:19 momjian Exp $
10+
* $Id: c.h,v 1.3 1996/11/05 05:28:20 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -741,7 +741,7 @@ extern char *form(char *fmt, ...);
741741
#include"port/hpux/fixade.h"/* for 8.07 unaligned access fixup */
742742
#endif/* hpux */
743743

744-
#if defined(sparc)
744+
#if defined(sparc)&& !defined(sparc_solaris)
745745
#definememmove(d,s,l)bcopy(s, d, l)
746746
#endif
747747

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp