Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded to
"1". 'Fix' this. PR: bin/175790 Submitted by: ak Approved by: cperciva (mentor)
This commit is contained in:
parent
5175512e23
commit
ccc8563248
@ -6,6 +6,7 @@
|
||||
|
||||
#ifndef _calendar_birthday_
|
||||
#define _calendar_birthday_
|
||||
#undef unix
|
||||
|
||||
01/01 J.D. Salinger born, 1919
|
||||
01/01 Paul Revere born in Boston, 1735
|
||||
|
Loading…
Reference in New Issue
Block a user