From c15cf13a8a672bd27bf3d94b995c52872eed537d Mon Sep 17 00:00:00 2001 From: Will Newton Date: Mon, 17 Mar 2014 20:37:42 +0000 Subject: Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" This reverts commit f7efd7c3dfffa3c417e9d3c4cb19d9954a3b1421. --- stdio-common/vfprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/vfprintf.c') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 70cdba40e5..f7e5f61cc8 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -2297,7 +2297,7 @@ buffered_vfprintf (_IO_FILE *s, const CHAR_T *format, hp->_mode = -1; #endif hp->_IO_file_flags = _IO_MAGIC|_IO_NO_READS|_IO_USER_LOCK; -#ifdef _IO_JUMPS_OFFSET +#if _IO_JUMPS_OFFSET hp->_vtable_offset = 0; #endif #ifdef _IO_MTSAFE_IO -- cgit v1.2.3