diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-14 02:04:07 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:11 +0200 |
commit | a1b05ef61f4d1c4ba64f758292cece2fdf2828bf (patch) | |
tree | 5b9749ac8264948cda6b7c5a7d365f1cc98a20fe /TODO | |
parent | 27dadd087befac1f51eac50f886185a62c7d5860 (diff) | |
download | busybox-w32-a1b05ef61f4d1c4ba64f758292cece2fdf2828bf.tar.gz busybox-w32-a1b05ef61f4d1c4ba64f758292cece2fdf2828bf.tar.bz2 busybox-w32-a1b05ef61f4d1c4ba64f758292cece2fdf2828bf.zip |
win32: Import regex source
These were extracted from commit
e56b799d6ad8afba4168fffa7218d44c041a72d2
in Git repository. Changes from the original version:
> diff --git a/tmp/regex.c b/win32/regex.c
> index 87b33e4..2cca169 100644
> --- a/tmp/regex.c
> +++ b/win32/regex.c
> @@ -24,7 +24,9 @@
> #pragma alloca
> #endif
>
> +#ifndef _GNU_SOURCE
> #define _GNU_SOURCE
> +#endif
>
> /* We need this for `regex.h', and perhaps for the Emacs include files. */
> #include <sys/types.h>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions