Gitweb links:
...log
http://git.netsurf-browser.org/libnsutils.git/shortlog/52cabfcdb598a5cc1deb0c1caf309211a83b2f8a
...commit
http://git.netsurf-browser.org/libnsutils.git/commit/52cabfcdb598a5cc1deb0c1caf309211a83b2f8a
...tree
http://git.netsurf-browser.org/libnsutils.git/tree/52cabfcdb598a5cc1deb0c1caf309211a83b2f8a
The branch, master has been updated
via 52cabfcdb598a5cc1deb0c1caf309211a83b2f8a (commit)
from 3a4714779a55f7d099cecddb12354e6e49a8fe14 (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/libnsutils.git/commit/?id=52cabfcdb598a5cc1deb0c1caf309211a83b2f8a
commit 52cabfcdb598a5cc1deb0c1caf309211a83b2f8a
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
static assert: More appropriate name for internal enum value
diff --git a/include/nsutils/assert.h b/include/nsutils/assert.h
index 0f8f14d..7f59f2f 100644
--- a/include/nsutils/assert.h
+++ b/include/nsutils/assert.h
@@ -17,7 +17,7 @@
#define ns_static_assert(e) \
{ \
enum { \
- cyaml_static_assert_check = 1 / (!!(e)) \
+ ns_static_assert_check = 1 / (!!(e)) \
}; \
}
-----------------------------------------------------------------------
Summary of changes:
include/nsutils/assert.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/nsutils/assert.h b/include/nsutils/assert.h
index 0f8f14d..7f59f2f 100644
--- a/include/nsutils/assert.h
+++ b/include/nsutils/assert.h
@@ -17,7 +17,7 @@
#define ns_static_assert(e) \
{ \
enum { \
- cyaml_static_assert_check = 1 / (!!(e)) \
+ ns_static_assert_check = 1 / (!!(e)) \
}; \
}
--
NetSurf generalised utility library
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]