Applied patch from Gennady Feldman to use single-thread instead of forking.
[oweals/busybox.git] / expr.c
diff --git a/expr.c b/expr.c
index 3b454bd3a96be8d508df327965286665661ee263..10aaa6be1fe4dfb32fd2c370b44dfadb594604e2 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -33,6 +33,8 @@
  * One function can handle multiple operators all of equal precedence,
  * provided they all associate ((x op x) op x). */
 
+/* no getopt needed */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>