]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make file utf8 valid input.
authorMartin Liska <mliska@suse.cz>
Tue, 19 Oct 2021 14:12:42 +0000 (16:12 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 19 Oct 2021 14:13:56 +0000 (16:13 +0200)
liboffloadmic/ChangeLog:

* include/coi/source/COIBuffer_source.h: Convert 2 chars to
unicode.

liboffloadmic/include/coi/source/COIBuffer_source.h

index e1f91572a34699e9139f1642682b9a5517131dfa..b90d50554bf2c52de4c11b8b904a857641c1b1e4 100644 (file)
@@ -373,7 +373,7 @@ typedef struct arr_desc
 {
     int64_t base;       // Base address
     int64_t rank;       // Rank of array, i.e. number of dimensions
-    dim_desc dim[3];    // This array has as many elements as \93rank\94
+    dim_desc dim[3];    // This array has as many elements as 'rank'
     // currently limited to 3.
 } arr_desc;