From 21c208ce77480aed4e75cd2bae698b9cda836c3e Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 30 Jan 2006 06:11:36 +0000 Subject: [lcd4linux @ 2006-01-30 06:11:36 by reinelt] changed Result->length to Result->size --- evaluator.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'evaluator.h') diff --git a/evaluator.h b/evaluator.h index 6c3016c..10bd807 100644 --- a/evaluator.h +++ b/evaluator.h @@ -1,4 +1,4 @@ -/* $Id: evaluator.h,v 1.11 2005/05/08 04:32:44 reinelt Exp $ +/* $Id: evaluator.h,v 1.12 2006/01/30 06:11:36 reinelt Exp $ * * expression evaluation * @@ -23,6 +23,9 @@ * * * $Log: evaluator.h,v $ + * Revision 1.12 2006/01/30 06:11:36 reinelt + * changed Result->length to Result->size + * * Revision 1.11 2005/05/08 04:32:44 reinelt * CodingStyle added and applied * @@ -90,8 +93,8 @@ typedef struct { int type; + int size; double number; - int length; char *string; } RESULT; -- cgit v1.2.3