projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3c5b0
)
MemSet cleanup.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 12 Feb 1998 01:50:01 +0000
(
01:50
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 12 Feb 1998 01:50:01 +0000
(
01:50
+0000)
src/include/c.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/c.h
b/src/include/c.h
index 9b4db686b6116229aeb16707a8d5a3f2f9f9aff4..0da7efdf57d9d9b34eed408cf398e4cec6b6fe77 100644
(file)
--- a/
src/include/c.h
+++ b/
src/include/c.h
@@
-7,7
+7,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.3
3 1998/02/11 21:45:40
momjian Exp $
+ * $Id: c.h,v 1.3
4 1998/02/12 01:50:01
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-716,7
+716,7
@@
typedef struct Exception
* BSD/OS 3.0. Larger values were slower.
*/
#define MemSet(start, val, len) do \
- {
+ {
\
if (((long)(start) & INT_ALIGN_MASK) == 0 && \
((len) & INT_ALIGN_MASK) == 0 && \
(val) == 0 && \