summaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
authorTom Stellard <tstellar@gmail.com>2010-12-16 02:56:36 -0800
committerTom Stellard <tstellar@gmail.com>2010-12-16 02:56:36 -0800
commit87da9b9035d27fb433a402d0e99d966b9bff1d78 (patch)
tree951f006d4f94e159879dd711d0925059ff29e522 /value.h
parentb1d5428ecbbcde94071d642a3c1672f2f74a6ee1 (diff)
Rename inst_loader -> program_loader plus some interface changes to
the instruction class.
Diffstat (limited to 'value.h')
-rw-r--r--value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/value.h b/value.h
index 6a18053..fbc0bae 100644
--- a/value.h
+++ b/value.h
@@ -43,6 +43,7 @@ private:
class float_value : public value {
public:
float_value();
+ float_value(float init_value);
value * simplify();
value * clone();
std::string to_string();