Skip to content

Commit

Permalink
fix: delete typng of columns
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles committed Jan 4, 2024
1 parent 7ed83f5 commit f1db1e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions euc/columns.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
(IOMF :binary)
(CT :byte)
(CT_MAX :byte)
(DIVIDEND :i8)
(DIVISOR :i8)
(QUOTIENT :i8)
(REMAINDER :i8)
(CEIL :i8)
DIVIDEND
DIVISOR
QUOTIENT
REMAINDER
CEIL
(DONE :binary)
(DIVIDEND_BYTE :byte)
(DIVISOR_BYTE :byte)
Expand Down

0 comments on commit f1db1e2

Please sign in to comment.