changeset 2438:adde4cb6b15d

[project @ 1996-10-30 02:47:52 by jwe]
author jwe
date Wed, 30 Oct 1996 02:47:52 +0000
parents 61306ea5f870
children dc870b8b229f
files src/variables.cc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1681,6 +1681,10 @@
 				       SYMTAB_ALL_SCOPES);
 	}
 
+      // XXX FIXME XXX -- this needs to be optimized to avoid the
+      // pattern matching code if the string doesn't contain any
+      // globbing patterns.
+
       for (int k = idx; k < argc; k++)
 	{
 	  string patstr = argv[k];