Changeset 638

Show
Ignore:
Timestamp:
03/09/10 09:29:19 (2 years ago)
Author:
mgalloy
Message:

Fix to ensure IDL 8.0 compatibility (recognizes ENDFOREACH language keyword).

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/RELEASE

    r632 r638  
    3030   
    3131* Added author, copyright, history, and version tags to the overview file 
     32 
     33* Small changes to ensure compatible with IDL 8.0. 
     34 
     35* Miscellaneous bug fixes. 
    3236 
    3337 
  • trunk/src/parser/docparprofileparser__define.pro

    r637 r638  
    300300   
    301301  endVariants = ['end', 'endif', 'endelse', 'endcase', 'endswitch', 'endfor', $ 
    302                  'endwhile', 'endrep'] 
     302                 'endforeach', 'endwhile', 'endrep'] 
    303303                  
    304304  while (tokenizer->hasNext()) do begin