diff options
Diffstat (limited to 'gr-fec/lib/reed-solomon/CMakeLists.txt')
-rw-r--r-- | gr-fec/lib/reed-solomon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/lib/reed-solomon/CMakeLists.txt b/gr-fec/lib/reed-solomon/CMakeLists.txt index 3d35c9025d..383441e9eb 100644 --- a/gr-fec/lib/reed-solomon/CMakeLists.txt +++ b/gr-fec/lib/reed-solomon/CMakeLists.txt @@ -20,7 +20,7 @@ ######################################################################## # This file included, use CMake directory variables ######################################################################## -#MSVC workaround: we cant have dynamically sized arrays. +#MSVC workaround: we can't have dynamically sized arrays. #So ifdef a max array bounds that is larger than NN and NROOTS #Its a bit of a hack, but if you look at the code, its so full of ifdefs, #and lacks optimization where it should be pre-allocating these arrays. |