Silence a compile warning, main() should not be declared type void.

This commit is contained in:
Don Lewis 2002-06-29 08:46:49 +00:00
parent 4e71fe0a81
commit c59dbee631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62167

10
math/sc/files/patch-af Normal file
View File

@ -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;