Changeset 636


Ignore:
Timestamp:
Mar 7, 2004, 12:03:55 AM (21 years ago)
Author:
Gary Byers
Message:

Note that use of go/block tags is deprecated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/constants64.h

    r619 r636  
    139139#define subtag_single_float SUBTAG(fulltag_imm_0,0)
    140140
    141 #define subtag_go_tag SUBTAG(fulltag_imm_1,2)
    142 #define subtag_block_tag SUBTAG(fulltag_imm_1,3)
     141#define subtag_go_tag SUBTAG(fulltag_imm_1,2) /* deprecated */
     142#define subtag_block_tag SUBTAG(fulltag_imm_1,3) /* deprecated */
    143143
    144144#define subtag_character SUBTAG(fulltag_imm_2,0)
Note: See TracChangeset for help on using the changeset viewer.