Date: Thu Mar 13 23:00:02 CET 2003
User: Derick Rethans
Directory: srm/test/serialize
Log Message:
[0.25]
- Whitespace and new LIST API
Modified files:
srm/test/serialize/serialize.c (version: 1.24)
[FILE: /srm/test/serialize/serialize.c]
--- srm/test/serialize/serialize.c:1.23 Thu Feb 20 19:33:35 2003 GMT
+++ srm/test/serialize/serialize.c Thu Mar 13 21:00:02 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.23 2003/02/20 20:33:35 derick Exp $ */
+/* $Id: cvstemp,v 1.24 2003/03/13 22:00:02 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -181,11 +181,12 @@
}
/* List in list */
{
- SRM_LIST_INIT (listinlist);
+ SRM_LIST_INIT(listinlist);
SRM_LIST_ADD(U8, listinlist, 71);
SRM_LIST_ADD(U32, listinlist, 171);
SRM_LIST_ADD(FLOAT, listinlist, 9.1823816e71);
- SRM_HASH_ADD (LIST, hash1, "list2", 5, listinlist);
+ SRM_HASH_ADD_LST(hash1, "list2", 5, listinlist);
+ listinlist->ref_count++;
}
srm_value_dump (hash1, 0);
Received on Thu Mar 13 23:00:04 2003
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 08:00:03 CET