Gitweb links:
...log
http://git.netsurf-browser.org/libcss.git/shortlog/034f23e8305835dcda7503...
...commit
http://git.netsurf-browser.org/libcss.git/commit/034f23e8305835dcda7503b0...
...tree
http://git.netsurf-browser.org/libcss.git/tree/034f23e8305835dcda7503b0cd...
The branch, master has been updated
via 034f23e8305835dcda7503b0cd281c66fed7442d (commit)
from 56f392ec58d87e9c477c81f0690627ed778324d9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libcss.git/commit/?id=034f23e8305835dcda75...
commit 034f23e8305835dcda7503b0cd281c66fed7442d
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
No need for extern "C" stuff now that bloom.h is internal.
diff --git a/src/select/bloom.h b/src/select/bloom.h
index 8c1da3f..85094cd 100644
--- a/src/select/bloom.h
+++ b/src/select/bloom.h
@@ -24,11 +24,6 @@
#ifndef libcss_bloom_h_
#define libcss_bloom_h_
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
#include <stdint.h>
/* Size of bloom filter as multiple of 32 bits.
@@ -197,9 +192,5 @@ static inline void css_bloom_init(css_bloom bloom[CSS_BLOOM_SIZE])
#endif
}
-#ifdef __cplusplus
-}
-#endif
-
#endif
-----------------------------------------------------------------------
Summary of changes:
src/select/bloom.h | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/select/bloom.h b/src/select/bloom.h
index 8c1da3f..85094cd 100644
--- a/src/select/bloom.h
+++ b/src/select/bloom.h
@@ -24,11 +24,6 @@
#ifndef libcss_bloom_h_
#define libcss_bloom_h_
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
#include <stdint.h>
/* Size of bloom filter as multiple of 32 bits.
@@ -197,9 +192,5 @@ static inline void css_bloom_init(css_bloom bloom[CSS_BLOOM_SIZE])
#endif
}
-#ifdef __cplusplus
-}
-#endif
-
#endif
--
Cascading Style Sheets library