Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
bd45fdb8
Commit
bd45fdb8
authored
Jun 06, 2002
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERR: Always use ansi lib setting of VTK_IOS_NOCREATE for GCC 3.0.
parent
87883c03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
IO/vtkXMLParser.cxx
IO/vtkXMLParser.cxx
+2
-2
No files found.
IO/vtkXMLParser.cxx
View file @
bd45fdb8
...
...
@@ -21,13 +21,13 @@
#include "expat.h"
#include <ctype.h>
#ifdef
VTK_USE_ANSI_STDLIB
#if
def
ined(
VTK_USE_ANSI_STDLIB
) || (defined(__GNUC__) && (__GNUC__ >= 3))
#define VTK_IOS_NOCREATE
#else
#define VTK_IOS_NOCREATE | ios::nocreate
#endif
vtkCxxRevisionMacro
(
vtkXMLParser
,
"1.
8
"
);
vtkCxxRevisionMacro
(
vtkXMLParser
,
"1.
9
"
);
vtkStandardNewMacro
(
vtkXMLParser
);
//----------------------------------------------------------------------------
...
...
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