X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Faggregates.cl;h=3bb97f9ae59f46c37cb94771bc3b24b16fa8608b;hb=e1ba5e8ff148275ed252b179f43a4b045c1dcaf6;hp=931aae79450cc54b5680c9348cef30e5508c0956;hpb=bf5c7e7c36474375604bcbcedea8794a68dd1784;p=uffi.git diff --git a/src/aggregates.cl b/src/aggregates.cl index 931aae7..3bb97f9 100644 --- a/src/aggregates.cl +++ b/src/aggregates.cl @@ -1,4 +1,4 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: ANSI-Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aggregates.cl,v 1.4 2002/03/14 21:03:12 kevin Exp $ +;;;; $Id: aggregates.cl,v 1.6 2002/03/17 17:33:30 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,6 +26,7 @@ of the enum-name name, separator-string, and field-name" (let ((counter 0) (cmds nil) (constants nil)) + (declare (fixnum counter)) (dolist (arg args) (let ((name (if (listp arg) (car arg) arg)) (value (if (listp arg)