NetBSD/usr.bin/calendar
cgd 9725bb291b __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("foo","bar");
actually works to concantate strings, it's because the preprocessor expands
it into "foo""bar" as separate strings, and then ANSI string concatenation
is performed on that.  It's more straightforward to just use ANSI string
concatenation directly, and newer GCCs complain (rightly) about misuse
of token pasting.
2000-12-20 01:03:16 +00:00
..
calendars Add entry for birthday of John Towner Williams (08 Feb 1932). He's most 2000-02-09 13:05:55 +00:00
Makefile convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
calendar.1
calendar.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 01:03:16 +00:00
pathnames.h