projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc0e8ea
)
Do not use -fpermissive in programs/nsgmls. It's not needed.
author
Pascal Stumpf
<Pascal.Stumpf@cubes.de>
Mon, 22 Jul 2013 11:07:00 +0000
(13:07 +0200)
committer
Jon Trulson
<jon@radscan.com>
Mon, 22 Jul 2013 23:13:11 +0000
(17:13 -0600)
cde/programs/nsgmls/Imakefile
patch
|
blob
|
history
diff --git
a/cde/programs/nsgmls/Imakefile
b/cde/programs/nsgmls/Imakefile
index 989b4fd1b9105c87d9f36e3107a5549a570cabb4..6e07d98be4e824ce628a0cd0924e0306a0f2ea33 100644
(file)
--- a/
cde/programs/nsgmls/Imakefile
+++ b/
cde/programs/nsgmls/Imakefile
@@
-86,8
+86,7
@@
M4 = /bin/m4
*/
CXXOPTIONS = \
-DSP_VOLATILE=volatile -DSP_CONST=const -DSP_ANSI_CLASS_INST \
- -DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates \
- -fpermissive
+ -DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates
/*
* Flags passed into compile step when doing manual template instantiation.