Jan Beich 2ad0088fe1 lang/spidermonkey24: unbreak build with Clang 6 / GCC 7
js/src/shell/jsoptparse.cpp:256:22: error: comparison between pointer and integer ('char *' and 'int')
        if (value[0] == '\0')
            ~~~~~~~~ ^  ~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (SpiderMonkey 25.0)
2018-01-04 02:40:11 +00:00
..