Ignore:
Timestamp:
09/10/03 18:01:35 (20 years ago)
Author:
piso
Message:

BOOLE constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/boot.lisp

    r3639 r3679  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: boot.lisp,v 1.104 2003-09-09 23:19:47 piso Exp $
     4;;; $Id: boot.lisp,v 1.105 2003-09-10 18:01:35 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    156156
    157157(defconstant internal-time-units-per-second 1000)
     158
     159(defconstant boole-clr    0)
     160(defconstant boole-set    1)
     161(defconstant boole-1      2)
     162(defconstant boole-2      3)
     163(defconstant boole-c1     4)
     164(defconstant boole-c2     5)
     165(defconstant boole-and    6)
     166(defconstant boole-ior    7)
     167(defconstant boole-xor    8)
     168(defconstant boole-eqv    9)
     169(defconstant boole-nand  10)
     170(defconstant boole-nor   11)
     171(defconstant boole-andc1 12)
     172(defconstant boole-andc2 13)
     173(defconstant boole-orc1  14)
     174(defconstant boole-orc2  15)
    158175
    159176
Note: See TracChangeset for help on using the changeset viewer.