projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63835f7
)
Remove a __BORLANDC__ stowaway
author
Steve Hay
<steve.m.hay@googlemail.com>
Fri, 13 Sep 2013 22:19:09 +0000
(23:19 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Fri, 13 Sep 2013 22:19:09 +0000
(23:19 +0100)
Support for __BORLANDC__ was axed (actually, chainsawed) in
378eeda70c
.
hv_func.h
patch
|
blob
|
history
diff --git
a/hv_func.h
b/hv_func.h
index
b2bde90
..
191912a
100644
(file)
--- a/
hv_func.h
+++ b/
hv_func.h
@@
-93,7
+93,7
@@
*/
#if (defined(__GNUC__) && defined(__i386__)) || defined(__WATCOMC__) \
- || defined(_MSC_VER) || defined (__
BORLANDC__) || defined (__
TURBOC__)
+ || defined(_MSC_VER) || defined (__TURBOC__)
#define U8TO16_LE(d) (*((const U16 *) (d)))
#endif