view tests/t10.c @ 42:ad7763329eba

Don't crash if a macro tries to expand itself recursively.
author David A. Holland
date Sat, 30 Mar 2013 22:29:42 -0400
parents b30f69cab9bc
children
line wrap: on
line source

#define mac(r)o
mac(3)
mac()