Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segment fault using macros #108

Open
h2non opened this issue Jul 11, 2014 · 0 comments
Open

segment fault using macros #108

h2non opened this issue Jul 11, 2014 · 0 comments

Comments

@h2non
Copy link

h2non commented Jul 11, 2014

This issue is related to #105

Segmentation fault error happens when using the !? macro

(defmacro ?
  [x y]
  `(identical? ~x ~y))

(defmacro !?
  [x y]
  `(not (? ~x ~y)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant