mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Remove unused macros ECL_FLAG_MACRO and ECL_FLAG_SPECIAL_VAR.
This commit is contained in:
parent
52512c15a4
commit
8b6e7050fc
1 changed files with 0 additions and 3 deletions
|
|
@ -248,9 +248,6 @@ enum ecl_stype { /* symbol type */
|
|||
#define ECL_UNBOUND ((cl_object)(cl_symbols+2))
|
||||
#define ECL_PROTECT_TAG ((cl_object)(cl_symbols+3))
|
||||
|
||||
#define ECL_FLAG_MACRO 1
|
||||
#define ECLF_LAG_SPECIAL_VAR 4
|
||||
|
||||
struct ecl_symbol {
|
||||
_ECL_HDR2(stype, dynamic);/* symbol type, special-variable-p */
|
||||
cl_object value; /* global value of the symbol */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue