Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2009, 4:01:42 PM (15 years ago)
Author:
rgrieder
Message:

Tolua update to v1.0.93 is not working properly and I would not know how to fix it. I have created a patch however, just in case we need it after all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/tolua/tolua.c

    r3127 r3138  
    5050         "  -E  value[=value] : add extra values to the luastate\n"
    5151         "  -t       : export a list of types asociates with the C++ typeid name\n"
    52          "  -q       : don't print warnings to the console\n"
    5352         "  -h       : print this message.\n"
    5453         "Should the input file be omitted, stdin is assumed;\n"
     
    150149     case 'E': add_extra(L,argv[++i]); break;
    151150     case 't': setfield(L,t,"t",""); break;
    152      case 'q': setfield(L,t,"q",""); break;
    153151     default: error(argv[i]); break;
    154152    }
Note: See TracChangeset for help on using the changeset viewer.