Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r0c730d9 r6e50a6b  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Henry Xue
    12 // Last Modified On : Tue Jul 20 04:10:50 2021
    13 // Update Count     : 160
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Fri Mar 12 18:35:36 2021
     13// Update Count     : 159
    1414//
    1515
     
    300300
    301301        bool is_coroutine() { return kind == Coroutine; }
    302         bool is_exception() { return kind == Exception; }
    303302        bool is_generator() { return kind == Generator; }
    304303        bool is_monitor  () { return kind == Monitor  ; }
Note: See TracChangeset for help on using the changeset viewer.