public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] ansification: remove _VOLATILE, _SIGNED
@ 2018-01-17 17:49 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2018-01-17 17:49 UTC (permalink / raw)
To: newlib-cvs
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=44276afe2a0365d655425702205604640829668d
commit 44276afe2a0365d655425702205604640829668d
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date: Sun Dec 3 21:48:55 2017 -0600
ansification: remove _VOLATILE, _SIGNED
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diff:
---
newlib/libc/include/_ansi.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/newlib/libc/include/_ansi.h b/newlib/libc/include/_ansi.h
index 9c3a046..d05145b 100644
--- a/newlib/libc/include/_ansi.h
+++ b/newlib/libc/include/_ansi.h
@@ -47,8 +47,6 @@
#endif
#ifdef _HAVE_STDC
-#define _VOLATILE volatile
-#define _SIGNED signed
#ifdef __CYGWIN__
#define _EXFUN_NOTHROW(name, proto) __cdecl name proto _NOTHROW
#define _EXFUN(name, proto) __cdecl name proto
@@ -65,8 +63,6 @@
#define _LONG_DOUBLE long double
#endif
#else
-#define _VOLATILE
-#define _SIGNED
#define _EXFUN(name, proto) name()
#define _EXFUN_NOTHROW(name, proto) name()
#define _DEFUN(name, arglist, args) name arglist args;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-17 17:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 17:49 [newlib-cygwin] ansification: remove _VOLATILE, _SIGNED Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).