diff options
author | Alan Burlison <Alan.Burlison@uk.sun.com> | 2005-11-04 16:33:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-04 16:35:17 +0000 |
commit | b0269e46d70f4b0ab23ffad2f94b10b64091afa3 (patch) | |
tree | decdaeec830e613bfc9b56e003f6d70d4605b75d /embed.fnc | |
parent | bff98e240ae94e05cc03de1adde32b5bee958718 (diff) | |
download | perl-b0269e46d70f4b0ab23ffad2f94b10b64091afa3.tar.gz |
use clearenv if available
Message-ID: <436B8D5A.4010502@sun.com>
p4raw-id: //depot/perl@25996
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1569,6 +1569,8 @@ p |void |offer_nice_chunk |NN void *chunk|U32 chunk_size Apnod |int |my_sprintf |NN char *buffer|NN const char *pat|... #endif +px |void |my_clearenv + END_EXTERN_C /* * ex: set ts=8 sts=4 sw=4 noet: |