diff options
Diffstat (limited to 'filter/f-inst.c')
-rw-r--r-- | filter/f-inst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c index 7d2641c2..4ab46529 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -730,6 +730,8 @@ if (count != sym->aux2) cf_error("Function %s takes %u arguments, got %u.", sym->name, sym->aux2, count); FID_END + + /* FIXME: Optimization of function comparison. */ } INST(FI_DROP_RESULT, 1, 0) { |