]> Kevux Git Server - fll/commitdiff
Update: The define _di_f_array_t_ should be _di_f_array_length_t_.
authorKevin Day <thekevinday@gmail.com>
Fri, 9 Dec 2022 04:37:54 +0000 (22:37 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 9 Dec 2022 04:37:54 +0000 (22:37 -0600)
level_0/f_type/c/type.h

index f0dba4762d305c2a8a9707e6c13474d5170dfbb5..e03f3cc50a46d770e3366c32a529da122906153b 100644 (file)
@@ -305,7 +305,7 @@ extern "C" {
  * This may need to be set to a signed 64-bit integer on some system (or a smaller unsigned).
  * There are problems, however, with signed integers and binary operations as well as with overflows to be aware of.
  */
-#ifndef _di_f_array_t_
+#ifndef _di_f_array_length_t_
   typedef f_number_unsigned_t f_array_length_t;
 
   #define f_array_length_t_initialize 0
@@ -314,7 +314,7 @@ extern "C" {
 
   #define F_array_length_t_size_d     F_number_t_size_unsigned_d
   #define F_array_length_t_size_max_d F_number_t_size_max_unsigned_d
-#endif // _di_f_array_t_
+#endif // _di_f_array_length_t_
 
 /**
  * A structure designating a row and column, just like a cell in a table.