Index: trunk/Ohana/src/opihi/lib.shell/parse.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/parse.c	(revision 7917)
+++ trunk/Ohana/src/opihi/lib.shell/parse.c	(revision 10073)
@@ -51,5 +51,5 @@
     if (*V1 != '=') goto error;
 
-    /* find first non-whitespace character after = */
+    /* find first non-WHITESPACE character after = */
     V1 ++;
     while (isspace (*V1)) V1++;
@@ -93,5 +93,5 @@
       val = dvomath (1, &V1, &size, 0);
       if (val == NULL) { 
-	while (whitespace (*V1)) V1++;
+	while (OHANA_WHITESPACE (*V1)) V1++;
 	val = strcreate (V1);
       } 
