Clean up and document API for hashes
[p5sagit/p5-mst-13.2.git] / dosish.h
index 58296a4..58fdb28 100644 (file)
--- a/dosish.h
+++ b/dosish.h
@@ -78,5 +78,3 @@ void Perl_DJGPP_init();
 #define Stat(fname,bufptr) stat((fname),(bufptr))
 #define Fstat(fd,bufptr)   fstat((fd),(bufptr))
 #define Fflush(fp)         fflush(fp)
-
-#define my_getenv(var)  getenv(var)