From 36a1a042f37a9ae5f1605b18543bf74fcb057632 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Mon, 6 Mar 2023 04:17:31 -0800 Subject: [PATCH] fix warnings while forming builtin list --- help/funclist.sed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/funclist.sed b/help/funclist.sed index 6f55c4c..9fc9933 100644 --- a/help/funclist.sed +++ b/help/funclist.sed @@ -2,11 +2,11 @@ s/VALUE/int/ s/NUMBER[ ]*\*/int / s/NUMBER/int/ s/STRINGHEAD/int/ -s/\(".*",.*,.*\),.*,.*,.*,.*,/\1, 0, 0, 0, 0,/ +s/\(".*",.*,.*\),.*,.*,.*,.*,/\1, 0, 0, {.null = NULL}, {.null = NULL},/ s/[ ][ ]*$// p -## Copyright (C) 1999 Landon Curt Noll +## Copyright (C) 1999,2023 Landon Curt Noll ## ## Calc is open software; you can redistribute it and/or modify it under ## the terms of the version 2.1 of the GNU Lesser General Public License