Re: Possible precedence problem on bitwise ^ operator
[p5sagit/p5-mst-13.2.git] / vms / vmsish.h
index 7f326a8..1a29aa6 100644 (file)
@@ -307,6 +307,7 @@ struct interp_intern {
 
 /* Flags for vmstrnenv() */
 #define PERL__TRNENV_SECURE 0x01
+#define PERL__TRNENV_JOIN_SEARCHLIST 0x02
 
 /* Handy way to vet calls to VMS system services and RTL routines. */
 #define _ckvmssts(call) STMT_START { register unsigned long int __ckvms_sts; \