BSD 4_3 release
[unix-history] / usr / src / usr.lib / libmp / madd.c
index b072845..0fb3b74 100644 (file)
@@ -1,4 +1,6 @@
-/*     @(#)madd.c      4.1     12/25/82        */
+#ifndef lint
+static char sccsid[] = "@(#)madd.c     5.2 (Berkeley) 3/2/87";
+#endif not lint
 
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;
 
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;