Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
64b0f525
Commit
64b0f525
authored
Apr 14, 2005
by
Ken Martin
Browse files
BUG: undo Andys changes
parent
77f2ce05
Changes
1
Show whitespace changes
Inline
Side-by-side
Wrapping/vtkWrapTcl.c
View file @
64b0f525
...
...
@@ -728,11 +728,6 @@ void vtkParseOutput(FILE *fp, FileInfo *data)
fprintf
(
fp
,
" Tcl_AppendResult(interp,
\"
Uncaught exception:
\"
, e.what(),
\"\\
n
\"
, NULL);
\n
"
);
fprintf
(
fp
,
" return TCL_ERROR;
\n
"
);
fprintf
(
fp
,
" }
\n
"
);
fprintf
(
fp
,
" catch (...)
\n
"
);
fprintf
(
fp
,
" {
\n
"
);
fprintf
(
fp
,
" Tcl_AppendResult(interp,
\"
nUncaught unknown exception
\\
n
\"
, NULL);
\n
"
);
fprintf
(
fp
,
" return TCL_ERROR;
\n
"
);
fprintf
(
fp
,
" }
\n
"
);
fprintf
(
fp
,
" return TCL_ERROR;
\n
}
\n
"
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment