chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
318c0b9
)
Fix value of clNode_binop, required for bcquery.
author
mdw
<mdw>
Thu, 23 Apr 1998 13:22:44 +0000
(13:22 +0000)
committer
mdw
<mdw>
Thu, 23 Apr 1998 13:22:44 +0000
(13:22 +0000)
src/class.h
patch
|
blob
|
blame
|
history
diff --git
a/src/class.h
b/src/class.h
index 7d9a6c79ff1b6194d3a8916e12b26e6f8f366b27..79965f365d6b80798a51cedaaaf2baba841ef07f 100644
(file)
--- a/
src/class.h
+++ b/
src/class.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: class.h,v 1.
4 1998/01/12 16:45:53
mdw Exp $
+ * $Id: class.h,v 1.
5 1998/04/23 13:22:44
mdw Exp $
*
* Handling classes of things nicely
*
*
* Handling classes of things nicely
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: class.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: class.h,v $
+ * Revision 1.5 1998/04/23 13:22:44 mdw
+ * Fix value of clNode_binop, required for bcquery.
+ *
* Revision 1.4 1998/01/12 16:45:53 mdw
* Fix copyright date.
*
* Revision 1.4 1998/01/12 16:45:53 mdw
* Fix copyright date.
*
@@
-89,8
+92,8
@@
enum {
clNode_any = 0x10, /* Magic type for the `all' class */
clNode_immed = 0x20, /* Immediate data item */
clNode_hash = 0x30, /* Hashtable of values */
clNode_any = 0x10, /* Magic type for the `all' class */
clNode_immed = 0x20, /* Immediate data item */
clNode_hash = 0x30, /* Hashtable of values */
+ clNode_binop = 0x40, /* Binary operations start here */
clNode_union = 0x40, /* Union of two classes */
clNode_union = 0x40, /* Union of two classes */
- clNode_binop = 0x50, /* Binary operations start here */
clNode_diff = 0x50, /* Difference of two classes */
clNode_isect = 0x60, /* Intersection of two classes */
clNode_mask = 0xF0, /* Mask for picking these out */
clNode_diff = 0x50, /* Difference of two classes */
clNode_isect = 0x60, /* Intersection of two classes */
clNode_mask = 0xF0, /* Mask for picking these out */