From e5d6c73d6477a89b36a33b9fae029dbd7d7374b5 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Wed, 8 Jul 1998 13:53:30 +0000 Subject: [PATCH] Renamed a few parameter names to avoid warnings from gcc. --- src/libraries/libcommon/parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libraries/libcommon/parser.h b/src/libraries/libcommon/parser.h index e2c8ef21..43d3e5c1 100644 --- a/src/libraries/libcommon/parser.h +++ b/src/libraries/libcommon/parser.h @@ -1,5 +1,5 @@ /* - * $Id: parser.h,v 0.6 1995/01/01 20:17:13 ceder Exp $ + * $Id: parser.h,v 0.7 1998/07/08 13:53:30 ceder Exp $ * Copyright (C) 1990, 1991, 1994, 1995 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -23,7 +23,7 @@ * Please mail bug reports to bug-lyskom@lysator.liu.se. */ /* - * $Id: parser.h,v 0.6 1995/01/01 20:17:13 ceder Exp $ + * $Id: parser.h,v 0.7 1998/07/08 13:53:30 ceder Exp $ * * client/parser.h -- Header file for LysKOM command parsing routines * @@ -163,7 +163,7 @@ typedef struct { extern Parse_info parse (String source_string, - Matching_info * match_table, + Matching_info * match_tbl, Bool allow_trailing_words, Bool number_of_words_must_match, String separators, -- GitLab