summaryrefslogtreecommitdiff
path: root/src/select/dispatch.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-20 11:59:46 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-20 11:59:46 +0000
commit33b37afeab6180e4fdc3c97f7f6cc713686ac6a9 (patch)
treefeb641941e4fbd0db11bf70415fee5e3be50a08a /src/select/dispatch.c
parenta8537a5405583a4c975b56d95cab8bdd5d406e9f (diff)
downloadlibcss-33b37afeab6180e4fdc3c97f7f6cc713686ac6a9.tar.gz
libcss-33b37afeab6180e4fdc3c97f7f6cc713686ac6a9.tar.bz2
Ensure there are zero global symbols without css_ or css__ in front of them. This helps prevent confusion if someone else wants a function called parse_background or similar
svn path=/trunk/libcss/; revision=11416
Diffstat (limited to 'src/select/dispatch.c')
-rw-r--r--src/select/dispatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select/dispatch.c b/src/select/dispatch.c
index f6172c6..0b73c26 100644
--- a/src/select/dispatch.c
+++ b/src/select/dispatch.c
@@ -12,10 +12,10 @@
* Dispatch table for properties, indexed by opcode
*/
#define PROPERTY_FUNCS(pname) \
- cascade_##pname, \
- set_##pname##_from_hint, \
- initial_##pname, \
- compose_##pname
+ css__cascade_##pname, \
+ css__set_##pname##_from_hint, \
+ css__initial_##pname, \
+ css__compose_##pname
struct prop_table prop_dispatch[CSS_N_PROPERTIES] = {
{