From df477f5d44f48d15dbe8c086e360b863618097f2 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 10 Mar 2024 13:20:06 +0300 Subject: [PATCH] reverse-ramdisk.c: extend and improve the comment about compilers --- c-programming/experiments/reverse-ramdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *