summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-22 20:30:40 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-06 11:50:46 -0600
commitb3ee525e9e0d49485714770d898cf9c28769313a (patch)
tree86a2f47d6e25db61fc94d625f17aafdffe368f3d /HACKING.md
parent6178ffcd1f911c19f33f1efe9a24d106806ce8dd (diff)
Drop -fplan9-extensions
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 9e19c26..574f729 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -7,7 +7,7 @@
# Source Layout
-Our own "flavor" of C: GNU C plus `-fplan9-extensions`, making use of:
+Our own "flavor" of C: GNU C, plus making use of:
- `libobj/`: For Go-like object-oriented programming
- `libmisc/`: Low-level C programming utilities; sort of an augmented