djgpp update (from Laszlo Molnar)
[p5sagit/p5-mst-13.2.git] / opcode.pl
index 0dfb9e7..59b039b 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -379,7 +379,7 @@ bless               bless                   ck_fun          s@      S S?
 
 backtick       quoted execution (``, qx)       ck_null         t%      
 # glob defaults its first arg to $_
-glob           glob                    ck_glob         t@      S? S?
+glob           glob                    ck_glob         t@      S?
 readline       <HANDLE>                ck_null         t%      
 rcatline       append I/O operator     ck_null         t%      
 
@@ -709,7 +709,7 @@ rename              rename                  ck_fun          isT@    S S
 link           link                    ck_fun          isT@    S S
 symlink                symlink                 ck_fun          isT@    S S
 readlink       readlink                ck_fun          stu%    S?
-mkdir          mkdir                   ck_fun          isT@    S S
+mkdir          mkdir                   ck_fun          isT@    S S?
 rmdir          rmdir                   ck_fun          isTu%   S?
 
 # Directory calls.