summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-10 12:11:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-10 12:11:42 -0700
commit1238530e0014dd1d53d3368574b107ff3050f329 (patch)
treeb77fb3c7a0693d421ec9995273d85b49a2295b2c /HACKING
parentf2140e4f219bdc37cb3ce1ff143d81965f0e29ef (diff)
downloadtxr-1238530e0014dd1d53d3368574b107ff3050f329.tar.gz
txr-1238530e0014dd1d53d3368574b107ff3050f329.tar.bz2
txr-1238530e0014dd1d53d3368574b107ff3050f329.zip
Fix section numbering mixup.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 69c29927..e21edcc1 100644
--- a/HACKING
+++ b/HACKING
@@ -237,7 +237,7 @@ The object system provides three kinds of strings: encapsulated
C strings, regular strings and lazy strings (type tags LIT, STR and LSTR,
respectively).
-2.4.2 Encapsulated C Strings
+2.4.1 Encapsulated C Strings
The design of the dynamic type system recognizes that programs contain literals
and static strings, and that sometimes transient strings are are used which
@@ -281,7 +281,7 @@ string. Note that it is okay if garbage objects contain auto_str values, which
refer to strings that no longer exist, because the garbage collector will
recognize these pointers by their type tag and not use them.
-2.4.1 Representation Hacks for 2 Byte wchar_t
+2.4.2 Representation Hacks for 2 Byte wchar_t
On some systems (notably Cygwin), the wide character type wchar_t is only
two bytes wide, and the alignment of string literals and arrays is two