diff --git a/c-programming/experiments/reverse-ramdisk.c b/c-programming/experiments/reverse-ramdisk.c index 9ef99e0..b7630b0 100644 --- a/c-programming/experiments/reverse-ramdisk.c +++ b/c-programming/experiments/reverse-ramdisk.c @@ -10,8 +10,8 @@ * XXX: The current result is quick and dirty. Not for educational or * production purposes. * - * GCC/Clang/TCC: Compile with -DTEST to set macro TEST as defined, with - * -DDEBUG to enable debug mode + * GCC/Clang/TCC/LCC: Compile with -DTEST to set macro TEST as defined, and/or + * with -DDEBUG to enable debug mode * * TODO: Test: Automate the test verification *