Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.h

    ra2dbad10 rea6332d  
    4040        /// generates a boolean constant of the given bool
    4141        static Constant from_bool( bool b );
    42         /// generates a char constant of the given char
    43         static Constant from_char( char c );
    4442        /// generates an integer constant of the given int
    4543        static Constant from_int( int i );
Note: See TracChangeset for help on using the changeset viewer.