~sandy-dunlop/wildcatcobol/dev

« back to all changes in this revision

Viewing changes to src/Wildcat.Cobol.Compiler/ContextualAnalyzer/ContextualAnalyzer.cs

  • Committer: Sandy Dunlop
  • Date: 2007-10-14 16:14:15 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: sandy.dunlop@gmail.com-20071014161415-ycq6t3nulucpsavw
Fixing an issue with anonymous data definition entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
            {
309
309
                if (dde.Name == null)
310
310
                {
311
 
                    dde.Name = GenerateDDEName();
 
311
                    dde.Name = GenerateDDEName();
 
312
                    dde.IsAnonymous = true;
312
313
                }
313
314
            }
314
315
        }