r1520: *** empty log message ***
[uffi.git] / tests / strtol.cl
index 850542223cd606a6659aeb943603c740a43d549d..3655dd0d62a5a226cd9a8b05c6b1df862162e33f 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;
 ;;;; Copyright (c) 2002 Kevin M. Rosenberg
 ;;;;
-;;;; $Id: strtol.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $
+;;;; $Id: strtol.cl,v 1.2 2002/03/09 21:19:31 kevin Exp $
 ;;;;
 ;;;; This file is part of UFFI. 
 ;;;;
@@ -35,7 +35,7 @@
 ;; the routine needs to do pointer arithmetic to see how many characters
 ;; were parsed
 
-(uffi:def-routine ("strtol" c-strtol) 
+(uffi:def-function ("strtol" c-strtol) 
     ((nptr (* :char))
      (endptr (* char-ptr))
      (base :int))