Update Externals to latest. Remove first arg in objj, objjc, and cplutil to match changes to Narwhal.

This commit is contained in:
Tom Robinson
2009-06-23 17:00:25 -07:00
committed by Francisco Ryan Tolmasky I
parent 3b04b027f8
commit 2474774242
7 changed files with 13 additions and 4 deletions
+1 -1
+3
View File
@@ -13,6 +13,9 @@ function printUsage()
function main()
{
// FIXME: ARGS
system.args.shift();
if (system.args.length < 1)
return printUsage();
+3
View File
@@ -164,6 +164,9 @@ function preprocess(aFilePath, outFilePath, gccArgs, flags)
function main()
{
// FIXME: ARGS
system.args.shift();
var filePaths = [],
outFilePaths = [],
+3
View File
@@ -12,6 +12,9 @@ if (system.env["OBJJ_INCLUDE_PATHS"])
window.args = system.args;
// FIXME: ARGS
system.args.shift();
with (window)
{
eval(File.read(OBJJ_HOME + "/lib/Frameworks/Objective-J/rhino.platform/Objective-J.js", { charset:"UTF-8" }));