aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-27 18:24:48 +0000
committerDan Nicolaescu2008-07-27 18:24:48 +0000
commit9e2a2647758db83b490e2993aa31cd4607305a82 (patch)
tree9c3d41b47bcd316c60d56bef8d7fd32789e59411 /src/lisp.h
parent7f19297073b2dd6c28987bf5663933591f59e91e (diff)
downloademacs-9e2a2647758db83b490e2993aa31cd4607305a82.tar.gz
emacs-9e2a2647758db83b490e2993aa31cd4607305a82.zip
Remove support for Mac Carbon.
* mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h24
1 files changed, 2 insertions, 22 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 340a0352b6d..872a8c9d99f 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -157,7 +157,7 @@ extern void die P_((const char *, const char *, int)) NO_RETURN;
157#endif 157#endif
158 158
159/* Let's USE_LSB_TAG on systems where we know malloc returns mult-of-8. */ 159/* Let's USE_LSB_TAG on systems where we know malloc returns mult-of-8. */
160#if defined GNU_MALLOC || defined DOUG_LEA_MALLOC || defined __GLIBC__ || defined MAC_OSX || defined(NS_IMPL_COCOA) 160#if defined GNU_MALLOC || defined DOUG_LEA_MALLOC || defined __GLIBC__ || defined(NS_IMPL_COCOA)
161/* We also need to be able to specify mult-of-8 alignment on static vars. */ 161/* We also need to be able to specify mult-of-8 alignment on static vars. */
162# if defined DECL_ALIGN 162# if defined DECL_ALIGN
163/* We currently do not support USE_LSB_TAG with a union Lisp_Object. */ 163/* We currently do not support USE_LSB_TAG with a union Lisp_Object. */
@@ -3325,28 +3325,8 @@ extern void syms_of_xterm P_ ((void));
3325EXFUN (Fmsdos_downcase_filename, 1); 3325EXFUN (Fmsdos_downcase_filename, 1);
3326#endif 3326#endif
3327 3327
3328#ifdef MAC_OS
3329/* Defined in macfns.c */
3330extern void syms_of_macfns P_ ((void));
3331
3332/* Defined in macselect.c */
3333extern void syms_of_macselect P_ ((void));
3334
3335/* Defined in macterm.c */
3336extern void syms_of_macterm P_ ((void));
3337
3338/* Defined in macmenu.c */
3339extern void syms_of_macmenu P_ ((void));
3340
3341/* Defined in mac.c */
3342extern void syms_of_mac P_ ((void));
3343#ifdef MAC_OSX
3344extern void init_mac_osx_environment P_ ((void));
3345#endif /* MAC_OSX */
3346#endif /* MAC_OS */
3347
3348#ifdef HAVE_MENUS 3328#ifdef HAVE_MENUS
3349/* Defined in (x|mac|w32)fns.c... */ 3329/* Defined in (x|w32)fns.c... */
3350extern int have_menus_p P_ ((void)); 3330extern int have_menus_p P_ ((void));
3351#endif 3331#endif
3352 3332