diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-06-22 17:47:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-06-22 17:47:10 +0000 |
commit | 654b5b5572dd3d48deb2bd16db2bc5f676f62f68 (patch) | |
tree | a6025613293ea659b7bcd055774b2428afb78d22 /src/os_os2_cfg.h | |
parent | 35c9291be7653367db4799e2367647258c554705 (diff) | |
download | vim-654b5b5572dd3d48deb2bd16db2bc5f676f62f68.zip |
updated for version 7.0-028
Diffstat (limited to 'src/os_os2_cfg.h')
-rw-r--r-- | src/os_os2_cfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_os2_cfg.h b/src/os_os2_cfg.h index ce3b4bbde..62527a9f6 100644 --- a/src/os_os2_cfg.h +++ b/src/os_os2_cfg.h @@ -183,6 +183,9 @@ /* Define if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ +/* added by David Sanders */ +#define HAVE_STDARG_H 1 + /* instead, we check a few STDC things ourselves */ #define HAVE_STDLIB_H 1 #undef HAVE_STRING_H /* On EMX it is better to use strings.h */ |