declarations to the begining of the block.
+2006-12-29 Mark Kettenis <kettenis@gnu.org>
+
+ * memory-map.c (memory_map_end_element): Move variable
+ declarations to the begining of the block.
+
2006-12-28 Daniel Jacobowitz <dan@codesourcery.com>
* ia64-tdep.c (get_kernel_table): Correct signedness in check
2006-12-28 Daniel Jacobowitz <dan@codesourcery.com>
* ia64-tdep.c (get_kernel_table): Correct signedness in check
{
if (strcmp (data->property_name, "blocksize") == 0)
{
{
if (strcmp (data->property_name, "blocksize") == 0)
{
if (!data->character_data)
throw_error (XML_PARSE_ERROR,
_("Empty content of 'property' element"));
if (!data->character_data)
throw_error (XML_PARSE_ERROR,
_("Empty content of 'property' element"));
data->currently_parsing->attrib.blocksize
= strtoul (data->character_data, &end, 0);
if (*end != '\0')
data->currently_parsing->attrib.blocksize
= strtoul (data->character_data, &end, 0);
if (*end != '\0')