summaryrefslogtreecommitdiff
path: root/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 3b76393..8b67f8f 100644
--- a/DESIGN
+++ b/DESIGN
@@ -16,7 +16,7 @@ minimum.
Use only as much assembly as needed, if necessary call a stub function
from C doing the things we would normally do in inlined assembly.
-Make sure it compiles with every ANSI C99 compiler (gcc, clang, tcc, ...).
+Make sure it compiles with every ANSI C99 compiler (gcc, clang, tcc, pcc, ...).
Use only what is needed, nothing fancy.
Try to compile as often as possible with different compilers on different
host systems.