mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-10 11:12:58 -08:00
Remove unused type intUobject.
This commit is contained in:
parent
3a87ac41f4
commit
098aa5bee4
1 changed files with 0 additions and 3 deletions
|
|
@ -496,9 +496,6 @@ union lispunion {
|
|||
struct codeblock cblock; /* codeblock */
|
||||
};
|
||||
|
||||
/* Used for initalizing array of keywords for compiled functions */
|
||||
typedef union { int i; cl_object o;} intUobject;
|
||||
|
||||
/*
|
||||
Implementation types.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue