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

Commit1e7fed7

Browse files
committed
MemSet cleanup.
1 parent1e3c5b0 commit1e7fed7

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.33 1998/02/11 21:45:40 momjian Exp $
10+
* $Id: c.h,v 1.34 1998/02/12 01:50:01 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -716,7 +716,7 @@ typedef struct Exception
716716
*BSD/OS 3.0.Larger values were slower.
717717
*/
718718
#defineMemSet(start,val,len) do \
719-
{
719+
{ \
720720
if (((long)(start) & INT_ALIGN_MASK) == 0 && \
721721
((len) & INT_ALIGN_MASK) == 0 && \
722722
(val) == 0 && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp