aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 20:28:42 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:10 -0600
commit2310096fbc94133d23abd9f12d6b67e2584a51a9 (patch)
tree99559d1a6e2deb94ea0596b2d02db32fa59fc3a0 /newlib/libc/include
parent0bda30e1ffd23488aa4a9b73f228089463fbee1a (diff)
downloadnewlib-2310096fbc94133d23abd9f12d6b67e2584a51a9.zip
newlib-2310096fbc94133d23abd9f12d6b67e2584a51a9.tar.gz
newlib-2310096fbc94133d23abd9f12d6b67e2584a51a9.tar.bz2
ansification: remove _DOTS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/include')
-rw-r--r--newlib/libc/include/_ansi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/include/_ansi.h b/newlib/libc/include/_ansi.h
index b0ce3bd..a09bfac 100644
--- a/newlib/libc/include/_ansi.h
+++ b/newlib/libc/include/_ansi.h
@@ -51,7 +51,6 @@
#define _NOARGS void
#define _VOLATILE volatile
#define _SIGNED signed
-#define _DOTS , ...
#define _VOID void
#ifdef __CYGWIN__
#define _EXFUN_NOTHROW(name, proto) __cdecl name proto _NOTHROW
@@ -78,7 +77,6 @@
#define _NOARGS
#define _VOLATILE
#define _SIGNED
-#define _DOTS
#define _VOID void
#define _EXFUN(name, proto) name()
#define _EXFUN_NOTHROW(name, proto) name()