Author: chromatic
Date: Mon Mar 31 23:27:58 2008
New Revision: 26687
Modified:
trunk/include/parrot/pobj.h
Log:
[pobj] Removed a blatant lie from the STRING struct comments.
Modified: trunk/include/parrot/pobj.h
==============================================================================
--- trunk/include/parrot/pobj.h (original)
+++ trunk/include/parrot/pobj.h Mon Mar 31 23:27:58 2008
@@ -123,10 +123,11 @@
char *strstart;
UINTVAL bufused;
UINTVAL strlen;
+ UINTVAL hashval; /* cached hash value computation */
+
/* parrot_string_representation_t representation;*/
const struct _encoding *encoding;
- const struct _charset *charset;
- UINTVAL hashval; /* cached hash value computation; not yet used */
+ const struct _charset *charset;
};