aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.h
diff options
context:
space:
mode:
Diffstat (limited to 'evaluator.h')
-rw-r--r--evaluator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/evaluator.h b/evaluator.h
index 10bd807..51f94a7 100644
--- a/evaluator.h
+++ b/evaluator.h
@@ -1,4 +1,4 @@
-/* $Id: evaluator.h,v 1.12 2006/01/30 06:11:36 reinelt Exp $
+/* $Id: evaluator.h,v 1.13 2006/08/13 09:53:10 reinelt Exp $
*
* expression evaluation
*
@@ -23,6 +23,9 @@
*
*
* $Log: evaluator.h,v $
+ * Revision 1.13 2006/08/13 09:53:10 reinelt
+ * dynamic properties added (used by 'style' of text widget)
+ *
* Revision 1.12 2006/01/30 06:11:36 reinelt
* changed Result->length to Result->size
*
@@ -98,7 +101,6 @@ typedef struct {
char *string;
} RESULT;
-
int SetVariable(const char *name, RESULT * value);
int SetVariableNumeric(const char *name, const double value);
int SetVariableString(const char *name, const char *value);