]> git.xonotic.org Git - xonotic/darkplaces.git/commit
com_list: Implement the rest of the linked list API from the Linux kernel
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Nov 2020 06:25:12 +0000 (06:25 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Nov 2020 06:25:12 +0000 (06:25 +0000)
commit1ff568a91b88652d1a12165607f5230e71e210e6
treef6f7fb3ae06b6ed048656a8a4e21d65bca0628dc
parent0953bcc14fca99340123fa0616956c71c3495e60
com_list: Implement the rest of the linked list API from the Linux kernel

Also added DP_GCC_COMPATIBLE define. Used to make checking for
GCC-compatible compilers easier (for checking if we should use typeof or
decltype in this case).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13037 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c
com_list.c
com_list.h
qdefs.h
world.c