Closed mvaligursky closed 3 days ago
the preprocessor handled cases like
#ifdef XXX #if defined(XXX)
now it additionally handles compares, like
#if XX == 3 #if XX != 4 #if XX < 5 #if XX == bloom
the preprocessor handled cases like
now it additionally handles compares, like