diff options
| author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-24 22:35:32 -0700 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-24 22:35:32 -0700 |
| commit | d367e6fecf5f19c59a4dad0382b5bb90478b732c (patch) | |
| tree | 1b0696b5b0e535cc2bc1d56e43730dcb58c9b0ec | |
| parent | 5f7f5902ca7479d4f880e833d5387fdc59918366 (diff) | |
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
| -rw-r--r-- | helper/GetUrl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helper/GetUrl.c b/helper/GetUrl.c index defe792..6a66ccb 100644 --- a/helper/GetUrl.c +++ b/helper/GetUrl.c @@ -97,11 +97,7 @@ GetUrl(char *url, char **reply_ret, int *len_ret) #include <ctype.h> /* get definitions for the HTTP protocol */ -#if !defined(UNIXCPP) || defined(ANSICPP) #define TRANS(func) _HttpTrans##func -#else -#define TRANS(func) _HttpTrans/**/func -#endif #define TRANS_CLIENT #include <X11/Xtrans/Xtrans.h> |
