Changeset 5948


Ignore:
Timestamp:
Feb 19, 2007, 3:50:41 AM (18 years ago)
Author:
Gary Byers
Message:

Use keywords more consistently.

(Note: there seems to be a bug which is keeping the cdb data structures
from getting defined correctly at load time; the workaround is to
compile foreign-types.lisp - which defines them - in the same session as
and before db-io - which uses them - is compiled.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/foreign-types.lisp

    r5880 r5948  
    17021702    (def-foreign-type nil
    17031703        (struct :cdb-datum
    1704                 (data (* t))
    1705                 (size (:unsigned 32))))
     1704                (:data (* t))
     1705                (:size (:unsigned 32))))
    17061706    (def-foreign-type nil
    1707         (:struct dbm-constant
     1707        (:struct :dbm-constant
    17081708                 (:class (:unsigned 32))
    17091709                 (:pad (:unsigned 32))
Note: See TracChangeset for help on using the changeset viewer.