summaryrefslogtreecommitdiff
path: root/lib/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/math.c')
-rw-r--r--lib/math.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/math.c b/lib/math.c
index f6cab57..c8a1bb6 100644
--- a/lib/math.c
+++ b/lib/math.c
@@ -1,3 +1,4 @@
+/*
# math.c: define some simple array operations, and other functions.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#include "config.h"