]> Kevux Git Server - fll/commit
Update: add support for array_length arrays
authorKevin Day <kevin@kevux.org>
Thu, 7 Jun 2012 05:33:03 +0000 (00:33 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 7 Jun 2012 05:33:03 +0000 (00:33 -0500)
commite10cfb55331ea194e487531f6ee079d189d529e9
tree0f2fadbdda6d515443e65b668533d95b5d8e82a1
parent2f5bfbadaacac116b798e42fc5cebd44a3caa1f7
Update: add support for array_length arrays

Because this uses memory operations it was moved to a separate file called types_arrays.h
This adds a dependency on f_memory.
While the dependency is circular, f_types will never provide source files.
Therefore chicken and the egg issues should not be a problem (f_types is always installed before f_memory).
level_0/f_types/c/types_array.h [new file with mode: 0644]
level_0/f_types/data/build/settings