Lichen

Change of templates/progops.h

930:b47da767f704
templates/progops.h trailing-data
     1.1 --- a/templates/progops.h	Tue Jun 22 23:04:00 2021 +0200
     1.2 +++ b/templates/progops.h	Sun Jun 27 22:14:51 2021 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  /* Operations depending on program specifics.
     1.5  
     1.6 -Copyright (C) 2015, 2016, 2017, 2018, 2019 Paul Boddie <paul@boddie.org.uk>
     1.7 +Copyright (C) 2015-2019, 2021 Paul Boddie <paul@boddie.org.uk>
     1.8  
     1.9  This program is free software; you can redistribute it and/or modify it under
    1.10  the terms of the GNU General Public License as published by the Free Software
    1.11 @@ -55,6 +55,7 @@
    1.12  void __raise_overflow_error();
    1.13  void __raise_unbound_method_error();
    1.14  void __raise_underflow_error();
    1.15 +void __raise_value_error(__attr value);
    1.16  void __raise_zero_division_error();
    1.17  void __raise_type_error();
    1.18