diff options
Diffstat (limited to 'src/printer')
| -rw-r--r-- | src/printer/cfamily.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/printer/cfamily.cpp b/src/printer/cfamily.cpp index d8f9057..738db47 100644 --- a/src/printer/cfamily.cpp +++ b/src/printer/cfamily.cpp @@ -322,7 +322,7 @@ void CFamily::printS(std::string ident, chillAST_Sizeof *n, std::ostream &o) {  void CFamily::printS(std::string ident, chillAST_SourceFile *n, std::ostream &o) {    o << "// this source is derived from CHILL AST originally from file '" -    << n->filename << "' as parsed by frontend compiler " << n->frontend << "\n\n"; +    << n->SourceFileName <<"' as parsed by frontend compiler " << n->frontend << "\n\n";    int nchild = n->getChildren()->size();    for (int i = 0; i < nchild; ++i) {      if (n->getChild(i)->isFromSourceFile) { | 
