diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2014-01-19 14:35:25 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2014-01-19 14:35:25 +0100 |
commit | fae4e36024f08ed96cb79195935f637bdfc9875b (patch) | |
tree | 2c13895a0b54eb7b6d6a5f815b65891acff34961 /printf/sprintffuns.c | |
parent | cf6b3dd7ae4bd3ae91a2a23dcb40361ca2e52f98 (diff) | |
download | gmp-fae4e36024f08ed96cb79195935f637bdfc9875b.tar.gz |
Get rid of varargs code and references.
Diffstat (limited to 'printf/sprintffuns.c')
-rw-r--r-- | printf/sprintffuns.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/printf/sprintffuns.c b/printf/sprintffuns.c index 0acd9ef39..80f6099cb 100644 --- a/printf/sprintffuns.c +++ b/printf/sprintffuns.c @@ -21,14 +21,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "config.h" - -#if HAVE_STDARG #include <stdarg.h> -#else -#include <varargs.h> -#endif - #include <stdio.h> #include <stdlib.h> #include <string.h> |