diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-09 19:19:20 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-09 19:19:20 +0000 |
commit | dd30b0552ffc4276e1ada07100b7eb4e231805fa (patch) | |
tree | 70560f2abb0526fa4dee4e3309f24fb6b202f425 /w32 | |
parent | af88a3550a6202361aa9eab7e59d83b0bf2c1610 (diff) | |
download | gunmake-dd30b0552ffc4276e1ada07100b7eb4e231805fa.tar.gz |
Fix Savannah bug #11913: ensure that scopes such as foreach, etc. take
precedence over the global scope when they're used in a global context
(such as an eval).
Diffstat (limited to 'w32')
-rw-r--r-- | w32/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/w32/.cvsignore b/w32/.cvsignore index 6179e0d..efc8094 100644 --- a/w32/.cvsignore +++ b/w32/.cvsignore @@ -1 +1,2 @@ Makefile Makefile.in +.deps |