diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-11 08:58:16 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-11 08:58:16 +0200 |
commit | 4ea32a2b463192f88b5cef10725d967ee6b9bc95 (patch) | |
tree | e24084af61e33bee0cec13db680d1e96f79f6928 /gl/time.in.h | |
parent | 875f93f0e849a25a5428cc11448246b3c35dc04d (diff) | |
download | gnutls-4ea32a2b463192f88b5cef10725d967ee6b9bc95.tar.gz |
No need to under restrict for C++. Only use config.h.
Diffstat (limited to 'gl/time.in.h')
-rw-r--r-- | gl/time.in.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gl/time.in.h b/gl/time.in.h index 443ba81704..cb533a46e1 100644 --- a/gl/time.in.h +++ b/gl/time.in.h @@ -21,10 +21,6 @@ #endif @PRAGMA_COLUMNS@ -#ifdef __cplusplus -# define restrict -#endif - /* Don't get in the way of glibc when it includes time.h merely to declare a few standard symbols, rather than to declare all the symbols. Also, Solaris 8 <time.h> eventually includes itself |