mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[util] Add a comment to darray test
Linux libc has its own "remove" (POSIX, even).
This commit is contained in:
parent
2a47a61bc3
commit
ed209c3aa4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
// because libc has its own remove
|
||||
#define remove remove_renamed
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue