From: Daniel Ottavio Date: Sat, 6 Aug 2005 20:18:04 +0000 (+0000) Subject: * amd/sun_map.c: new soruce file for Sun style map support, clean up comments X-Git-Tag: before-clocktime-fixes~54 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=0203fe6dce541e28929828ded6efecad49113c80;p=am-utils-6.0.git * amd/sun_map.c: new soruce file for Sun style map support, clean up comments * amd/sun_map_parse.y: new yacc file for parsing Sun style maps, fix copyright notice, put filename below license * amd/sun_map_tok.l: new lex file for parsing Sun style maps, fix copyright notice, put filename below license --- diff --git a/ChangeLog b/ChangeLog index 0b98753..f25a286 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,11 +19,13 @@ * amd/sun_map.h: new header file for Sun style map support - * amd/sun_map.c: new soruce file for Sun style map support + * amd/sun_map.c: new soruce file for Sun style map support, clean up comments - * amd/sun_map_parse.y: new yacc file for parsing Sun style maps + * amd/sun_map_parse.y: new yacc file for parsing Sun style maps, + fix copyright notice, put filename below license - * amd/sun_map_tok.l: new lex file for parsing Sun style maps + * amd/sun_map_tok.l: new lex file for parsing Sun style maps, fix + copyright notice, put filename below license 2005-08-06 Erez Zadok diff --git a/amd/sun_map.c b/amd/sun_map.c index ad0daca..5a1804f 100644 --- a/amd/sun_map.c +++ b/amd/sun_map.c @@ -172,9 +172,6 @@ struct sun_list* sun_list_alloc() { /* * Add a data pointer to the end of the list. - * - * param list - * param data */ void sun_list_add(struct sun_list *list, qelem *item) { @@ -192,7 +189,6 @@ void sun_list_add(struct sun_list *list, qelem *item) { item->q_forw = NULL; } - /* * Sun2Amd conversion routines */ diff --git a/amd/sun_map_parse.y b/amd/sun_map_parse.y index da57b1c..1f70c26 100644 --- a/amd/sun_map_parse.y +++ b/amd/sun_map_parse.y @@ -1,4 +1,5 @@ /* + * Copyright (c) 2005 Daniel Ottavio * Copyright (c) 1997-2005 Erez Zadok * Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine @@ -37,7 +38,7 @@ * SUCH DAMAGE. * * - * $Id: sun_map_parse.y,v 1.1 2005/08/06 19:45:07 ottavio Exp $ + * File: am-utils/amd/sun_map_parse.y * */ @@ -416,7 +417,6 @@ struct sun_entry *sun_map_parse_read(const char *map_data) { return retval; } - static struct sun_list *get_sun_include_list() { if(sun_include_list == NULL) { sun_include_list = sun_list_alloc(); diff --git a/amd/sun_map_tok.l b/amd/sun_map_tok.l index 0ea8a20..4c7f80e 100644 --- a/amd/sun_map_tok.l +++ b/amd/sun_map_tok.l @@ -1,4 +1,5 @@ /* + * Copyright (c) 2005 Daniel Ottavio * Copyright (c) 1997-2005 Erez Zadok * Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine @@ -37,7 +38,7 @@ * SUCH DAMAGE. * * - * $Id: sun_map_tok.l,v 1.1 2005/08/06 19:45:07 ottavio Exp $ + * File: am-utils/amd/sun_map_tok.l * */