aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-10-22 19:41:58 +0100
committerGinger Bill <bill@gingerbill.org>2016-10-22 19:41:58 +0100
commitf60dc7b0a7f8bf8122df0fa3b4d12603a9775f87 (patch)
treeadd8d1125cf0bf5c40f0c6d39579705b2cb1bc98 /src/exact_value.cpp
parenta675d3f94d2c10ce6e50b88c6c39b36c746a4d2a (diff)
Minor Style Fixes
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index c83dc2d75..15d03ba2b 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -12,8 +12,8 @@ enum ExactValueKind {
ExactValue_String,
ExactValue_Integer,
ExactValue_Float,
- ExactValue_Pointer, // TODO(bill): Handle ExactValue_Pointer correctly
- ExactValue_Compound,
+ ExactValue_Pointer,
+ ExactValue_Compound, // TODO(bill): Is this good enough?
ExactValue_Count,
};