~bouncepaw/agidel-stdlib

9c49fbdd25a4599ed445bd55849fd07ed793c5b6 — Timur Ismagilov 5 years ago dc8316a
Add prep-error to Agidel/C
1 files changed, 2 insertions(+), 0 deletions(-)

M c.scm
M c.scm => c.scm +2 -0
@@ 265,4 265,6 @@
      (format "~A~A#endif"
              (expand-prep-if 'clause)
              (-string-join (-map expand-prep-elif (-list 'clause* ...)) "")))))

 (define (prep-error error-msg) (format "#error ~A\n" error-msg))
 )