From c59dbee6310dcd4833b9ce6cfe45cc5d205bfd3d Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sat, 29 Jun 2002 08:46:49 +0000 Subject: Silence a compile warning, main() should not be declared type void. --- math/sc/files/patch-af | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 math/sc/files/patch-af (limited to 'math/sc/files/patch-af') diff --git a/math/sc/files/patch-af b/math/sc/files/patch-af new file mode 100644 index 000000000000..00fd2f28a9c3 --- /dev/null +++ b/math/sc/files/patch-af @@ -0,0 +1,10 @@ +--- help.c.orig Mon May 11 11:43:35 1992 ++++ help.c Sat Jun 29 01:43:43 2002 +@@ -579,7 +579,6 @@ + file, row, range, misc, var, rangef, numericf, stringf, + finf, timef, NULL}; + +-void + main() + { int lineno; + char ***pagep = pages; -- cgit v1.2.3