aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.h
diff options
context:
space:
mode:
Diffstat (limited to 'evaluator.h')
-rw-r--r--evaluator.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/evaluator.h b/evaluator.h
index 7e37f81..1c3c1cd 100644
--- a/evaluator.h
+++ b/evaluator.h
@@ -1,4 +1,4 @@
-/* $Id: evaluator.h,v 1.8 2004/06/26 09:27:21 reinelt Exp $
+/* $Id: evaluator.h,v 1.9 2004/06/26 12:04:59 reinelt Exp $
*
* expression evaluation
*
@@ -23,10 +23,14 @@
*
*
* $Log: evaluator.h,v $
+ * Revision 1.9 2004/06/26 12:04:59 reinelt
+ *
+ * uh-oh... the last CVS log message messed up things a lot...
+ *
* Revision 1.8 2004/06/26 09:27:21 reinelt
*
* added '-W' to CFLAGS
- * changed all C++ comments to C ones ('//' => '/* */')
+ * changed all C++ comments to C ones
* cleaned up a lot of signed/unsigned mistakes
*
* Revision 1.7 2004/06/20 10:09:56 reinelt