--- parser3/src/include/Attic/pa_vdouble.h 2001/03/06 14:28:34 1.3 +++ parser3/src/include/Attic/pa_vdouble.h 2001/03/06 15:02:46 1.4 @@ -1,5 +1,5 @@ /* - $Id: pa_vdouble.h,v 1.3 2001/03/06 14:28:34 paf Exp $ + $Id: pa_vdouble.h,v 1.4 2001/03/06 15:02:46 paf Exp $ */ #ifndef PA_VDOUBLE_H @@ -14,7 +14,7 @@ class VDouble : public Value { public: // Value // all: for error reporting after fail(), etc - const char *type() const { return "Double"; } + const char *type() const { return "double"; } // double: value String *get_string() { char *buf=static_cast(pool().malloc(MAX_DOUBLE_AS_STRING));