X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..8c354c48ec90c997cc7213ce96ca97d882934166:/src/gras/DataDesc/ddt_parse.c diff --git a/src/gras/DataDesc/ddt_parse.c b/src/gras/DataDesc/ddt_parse.c index e4a8bf9031..afaa8c5e24 100644 --- a/src/gras/DataDesc/ddt_parse.c +++ b/src/gras/DataDesc/ddt_parse.c @@ -2,11 +2,10 @@ /* DataDesc/ddt_parse.c -- automatic parsing of data structures */ -/* Authors: Arnaud Legrand, Martin Quinson */ -/* Copyright (C) 2003, 2004 Martin Quinson. */ +/* Copyright (c) 2004 Arnaud Legrand, Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include /* isdigit */ @@ -159,7 +158,6 @@ static void change_to_ref_pop_array(xbt_dynar_t dynar) { static xbt_error_t parse_statement(char *definition, xbt_dynar_t identifiers, xbt_dynar_t fields_to_push) { - xbt_error_t errcode; char buffname[512]; s_identifier_t identifier;