mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
Avoid using (void) when discarding output from C expressions.
This commit is contained in:
parent
41998701ac
commit
e73c32c844
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@
|
|||
|
||||
(defun set-trash-loc (loc)
|
||||
(when (loc-has-side-effects loc)
|
||||
(wt-nl "(void)(" loc ");")))
|
||||
(wt-nl loc ";")))
|
||||
|
||||
(defun set-the-loc (value type loc)
|
||||
(set-loc value loc))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue