view tests/t21.c @ 84:7e4723d34248

Complain only about non-identical redefinitions of macros.
author David A. Holland
date Mon, 10 Jun 2013 21:34:59 -0400
parents f8507e5ed84c
children
line wrap: on
line source

# define FOO BAR
 #undef FOO /* would be wrong */
FOO