Skip to content

Commit 1e7fed7

Browse files
committed
MemSet cleanup.
1 parent 1e3c5b0 commit 1e7fed7

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
#define MemSet(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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy