Back out fix for #1474463 since the problems the fix causes are worse than

the problem fixed.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9398 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-10-04 04:57:12 +00:00
commit 07c40f5f75
2 changed files with 2 additions and 10 deletions

View file

@ -495,7 +495,7 @@ int Language::constantDirective(Node *n) {
value = NewStringf("%(escape)s", value);
}
*/
Setattr(n,"rawval",value);
Setattr(n,"rawvalue",value);
value = NewStringf("%(escape)s", value);
if (!Len(value)) Append(value,"\\0");
/* Printf(stdout,"'%s' = '%s'\n", name, value); */