summaryrefslogtreecommitdiff
path: root/valexpr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-24 10:14:08 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:25 -0400
commit8043c794133a8de6888371f8942185e5baace0a3 (patch)
treeab6c338929c135a48ee009a220e4f2d7c0ec56c7 /valexpr.h
parent93ce64fbf78d37e562ae871925aa40707aab73d3 (diff)
downloadfork-ledger-8043c794133a8de6888371f8942185e5baace0a3.tar.gz
fork-ledger-8043c794133a8de6888371f8942185e5baace0a3.tar.bz2
fork-ledger-8043c794133a8de6888371f8942185e5baace0a3.zip
(parse_value_term): Added support for general @name functions. This
used to mean Python functions, now it will be used for all further value expression functions. Right now this means the new @min(x,y) and @max(x,y) functions.
Diffstat (limited to 'valexpr.h')
-rw-r--r--valexpr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/valexpr.h b/valexpr.h
index e79e4afd..820ae04f 100644
--- a/valexpr.h
+++ b/valexpr.h
@@ -64,6 +64,7 @@ struct value_expr_t
F_PARENT,
F_ARITH_MEAN,
F_VALUE,
+ F_FUNC,
F_NEG,
F_ABS,
F_STRIP,