Skip to content
Snippets Groups Projects
Commit 356ea149 authored by Rene Brun's avatar Rene Brun
Browse files

iThis file had erroneous quotes in the pragma statements. As a result

when running on Windows, the following message was generated:
Unrecognized string ''#pragma ifndef G__TMPLTIOS''#pragma


git-svn-id: http://root.cern.ch/svn/root/trunk@5948 27541ba8-7e3a-0410-8455-c3a389f83636
parent 2d10e1d6
Branches
Tags
No related merge requests found
......@@ -2,6 +2,6 @@
* This file contains platform dependent ios enum value.
* Run 'cint iosenum.cxx' to create this file. It is done
* only once at installation. */
'#pragma ifndef G__TMPLTIOS'
'#pragma else'
'#pragma endif'
#pragma ifndef G__TMPLTIOS
#pragma else
#pragma endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment