Removed _U_ for an used argument.

svn path=/trunk/; revision=28572
This commit is contained in:
Stig Bjørlykke 2009-06-01 18:24:42 +00:00
parent 01c61d3ecb
commit 0b8eda99b8
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ check_relation_LHS_FIELD(const char *relation_string, FtypeCanFunc can_func,
static void
check_relation_LHS_STRING(const char* relation_string,
FtypeCanFunc can_func _U_, gboolean allow_partial_value _U_,
FtypeCanFunc can_func, gboolean allow_partial_value _U_,
stnode_t *st_node,
stnode_t *st_arg1, stnode_t *st_arg2)
{