diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-08-23 20:01:16 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-08-23 20:01:16 +0000 |
commit | 7014398e612e9aef2c14ac1b1db515a7efb3d98c (patch) | |
tree | 4386ebfc4ad253856c817abaaddfe21102e0ff48 /nextstep | |
parent | 8399d035cca082d01ea49929c9628ee9dd45a5d8 (diff) | |
download | emacs-7014398e612e9aef2c14ac1b1db515a7efb3d98c.tar.gz |
Add note about include ordering.
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/FOR-RELEASE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nextstep/FOR-RELEASE b/nextstep/FOR-RELEASE index 9d121c148e4..d1bb4b40bbd 100644 --- a/nextstep/FOR-RELEASE +++ b/nextstep/FOR-RELEASE @@ -26,6 +26,8 @@ * OTHER BUGS +** Fix #include ordering for src/ns*. + ** Find out why char_quoted() in syntax.c gets called with charpos < 2 || bytepos < 2 only under NS port. |