Missing initialization (Thx Yung-Jang Lee)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
62663c90d2
commit
fa5117dee3
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ public:
|
|||
* ----------------------------------------------------------------------*/
|
||||
virtual void main(int argc, char* argv[]) {
|
||||
|
||||
sourceFile = NULL;
|
||||
ldflag = NULL;
|
||||
cflag = NULL;
|
||||
|
||||
/* Manage command line arguments */
|
||||
for (int argIndex = 1; argIndex < argc; argIndex++) {
|
||||
if (argv[argIndex] != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue