aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorAdrian Robert2008-07-17 13:50:30 +0000
committerAdrian Robert2008-07-17 13:50:30 +0000
commit6fb5f7dad5ede99f033dbbfc8539764354a4177b (patch)
tree07498896068ca474a6567128971861f48dc6c6a0 /src/s
parent32cc39257502ab0fb4281d02d08cb08bad436bb7 (diff)
downloademacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.tar.gz
emacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.zip
change most cases of PENDING to TODO, some to FIXME or XXX
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 4dbaa8ff3c6..9fcf2ca6dff 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -206,8 +206,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
206 206
207/* Link in the Carbon or AppKit lib. */ 207/* Link in the Carbon or AppKit lib. */
208#ifdef HAVE_NS 208#ifdef HAVE_NS
209/* PENDING: lresolv is here because configure when testing #undefs res_init, 209/* XXX: lresolv is here because configure when testing #undefs res_init,
210 a macro in /usr/include/resolv.h for res_9_init, not in stdc lib. */ 210 a macro in /usr/include/resolv.h for res_9_init, not in stdc lib. */
211#define LIBS_MACGUI -framework AppKit -lresolv 211#define LIBS_MACGUI -framework AppKit -lresolv
212#define SYSTEM_PURESIZE_EXTRA 200000 212#define SYSTEM_PURESIZE_EXTRA 200000
213#define HEADERPAD_EXTRA 6C8 213#define HEADERPAD_EXTRA 6C8