Chris's changes, plus some minor fixes
[unix-history] / usr / src / lib / libmp / mdiv.c
index a93ea06..99a74e0 100644 (file)
@@ -1,4 +1,6 @@
-/*     @(#)mdiv.c      4.2     %G%     */
+#ifndef lint
+static char sccsid[] = "@(#)mdiv.c     5.2 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 mdiv(a,b,q,r) MINT *a,*b,*q,*r;
 
 #include <mp.h>
 mdiv(a,b,q,r) MINT *a,*b,*q,*r;