configure: create some convenience AC_SUBST's for the global includes
[oweals/cde.git] / cde / lib / tt / mini_isam / isminmax.c
index 60547552531b9753e35c21d83c3b8fb8d193193a..23a119a13298ebe44d480b1437426e7989a829ec 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isminmax.c /main/3 1995/10/23 11:42:16 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isminmax.c 1.4 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
@@ -75,12 +72,10 @@ static float *isminfloat = (float *)isminfloatarr;
  */
 
 void
-_iskey_fillmax(pkeydesc2, keybuf)
-    struct keydesc2    *pkeydesc2;
-    register char      *keybuf;
+_iskey_fillmax(struct keydesc2 *pkeydesc2, char *keybuf)
 {
-    register int       i;
-    register struct keypart2 *ppart;
+    int        i;
+    struct keypart2 *ppart;
     int                nparts;
 
     nparts = pkeydesc2->k2_nparts;
@@ -143,12 +138,10 @@ _iskey_fillmax(pkeydesc2, keybuf)
  */
 
 void
-_iskey_fillmin(pkeydesc2, keybuf)
-    struct keydesc2    *pkeydesc2;
-    register char      *keybuf;
+_iskey_fillmin(struct keydesc2 *pkeydesc2, char *keybuf)
 {
-    register int       i;
-    register struct keypart2 *ppart;
+    int        i;
+    struct keypart2 *ppart;
     int                nparts;
 
     nparts = pkeydesc2->k2_nparts;