File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ under the licensing terms detailed in LICENSE:
51
51
* Adrien Zinger <zinger.ad@gmail.com>
52
52
* Ruixiang Chen <xiang19890319@gmail.com>
53
53
* Daniel Salvadori <danaugrs@gmail.com>
54
+ * Jairus Tanaka <jairus.v.tanaka@outlook.com>
54
55
55
56
Portions of this software are derived from third-party works licensed under
56
57
the following terms:
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ declare function i64_lt(left: i64, right: i64): boolean;
48
48
declare function i64_lt_u ( left : i64 , right : i64 ) : boolean ;
49
49
50
50
declare function i64_align ( value : i64 , alignment : i32 ) : i64 ;
51
- declare function i64_signbit ( value ) : boolean ;
51
+ declare function i64_signbit ( value : i64 ) : boolean ;
52
52
53
53
declare function i64_is_i8 ( value : i64 ) : boolean ;
54
54
declare function i64_is_i16 ( value : i64 ) : boolean ;
You can’t perform that action at this time.
0 commit comments