Go to file
cgd 8d81e0e116 __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:34:39 +00:00
bin __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 00:15:10 +00:00
crypto Check the return value of krb5_init_context(), and bail out if it failed. 2000-12-19 21:31:11 +00:00
dist Now that the problem with TCP mounts is fixed, switch back to TCP mounts 2000-12-12 17:06:34 +00:00
distrib Set shlib=elf for mvme68k. 2000-12-19 22:35:06 +00:00
etc Add two more SCSI disks for the floppy. See PR 9912. 2000-12-19 22:39:34 +00:00
games Another one that really belongs here... 2000-12-17 10:08:08 +00:00
gnu Define "TARGET_PAGE_SIZE=0x2000" so the linker uses an 8KB pagesize 2000-12-19 09:37:04 +00:00
include C99: Print the name of the function enclosing the assertion, if possible. 2000-12-19 14:32:59 +00:00
lib __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
libexec Features: 2000-12-18 02:32:50 +00:00
regress test for dlopen(3) and the toolchain generating the files involved 2000-12-08 19:24:29 +00:00
sbin avoid use of ANSI C trigraph ??/ 2000-12-20 01:05:22 +00:00
share add reference to an(4). 2000-12-19 15:33:52 +00:00
sys replace \<space(s)><newline> (wrong!) with \<newline> 2000-12-20 00:24:23 +00:00
usr.bin __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 01:17:49 +00:00
usr.sbin __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 01:34:39 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING lsu -> ld, by popular request. 2000-11-26 17:44:02 +00:00