Removed "volatile" from global var "opt" - this was only needed

a long time ago to work around problems with ancient C++ compilers.

committer: mfx <mfx> 1140002094 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-15 11:14:54 +00:00
parent cc4ef1944d
commit d3bcba6a05
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ struct options_t {
} win32_pe;
};
extern struct options_t * volatile opt;
extern struct options_t *opt;
#endif /* already included */