--- freem/src/expr.c 2025/01/19 02:04:04 1.1 +++ freem/src/expr.c 2025/03/09 19:14:24 1.5 @@ -1,23 +1,11 @@ /* - * * - * * * - * * * - * *************** - * * * * * - * * MUMPS * - * * * * * - * *************** - * * * - * * * - * * - * - * expr.c + * $Id: expr.c,v 1.5 2025/03/09 19:14:24 snw Exp $ * expression parser * * - * Author: Serena Willis + * Author: Serena Willis * Copyright (C) 1998 MUG Deutschland - * Copyright (C) 2020, 2023 Coherent Logic Development LLC + * Copyright (C) 2020, 2023, 2025 Coherent Logic Development LLC * * * This file is part of FreeM. @@ -35,6 +23,13 @@ * You should have received a copy of the GNU Affero Public License * along with FreeM. If not, see . * + * $Log: expr.c,v $ + * Revision 1.5 2025/03/09 19:14:24 snw + * First phase of REUSE compliance and header reformat + * + * + * SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC + * SPDX-License-Identifier: AGPL-3.0-or-later **/ #if !defined(__osf__) @@ -137,12 +132,9 @@ #if !defined(__OpenBSD__) && !defined(_AIX) && !defined(__osf__) && !defined(MSDOS) && !defined(__vax__) long time (); #endif - -void cond_round (); -void zdate (); -void zkey (); -void ztime (); -int levenshtein (); +void cond_round (char *a, int digits); +void zkey (char *a, long type); +int levenshtein (char *word1, char *word2); time_t horolog_to_unix (char *horo); extern int xecline(int typ); short rbuf_slot_from_name(char *); @@ -5546,7 +5538,7 @@ errexfun: /* $STORAGE */ case 's': - snprintf (a, 255 , "%d\201", DEFPSIZE); + snprintf (a, 255 , "%ld\201", DEFPSIZE); goto exec; /* $WITH */