aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorPaul Eggert2012-05-25 11:19:24 -0700
committerPaul Eggert2012-05-25 11:19:24 -0700
commit42b2a986d9d4b7040fb20c90ec0efeffb78e761a (patch)
treed38e7bf5307837f2f38982757f088100de18a64e /src/fns.c
parente4d81efc58695c19154d5f6733d91172b4c3e5b7 (diff)
parenta8d3cbf75d219d7a249fc0623219511179e959da (diff)
downloademacs-42b2a986d9d4b7040fb20c90ec0efeffb78e761a.tar.gz
emacs-42b2a986d9d4b7040fb20c90ec0efeffb78e761a.zip
Merge from trunk.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fns.c b/src/fns.c
index 6c7c1b21045..676e53ccbd8 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -42,10 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
42#endif 42#endif
43#endif /* HAVE_MENUS */ 43#endif /* HAVE_MENUS */
44 44
45#ifndef NULL
46#define NULL ((POINTER_TYPE *)0)
47#endif
48
49Lisp_Object Qstring_lessp; 45Lisp_Object Qstring_lessp;
50static Lisp_Object Qprovide, Qrequire; 46static Lisp_Object Qprovide, Qrequire;
51static Lisp_Object Qyes_or_no_p_history; 47static Lisp_Object Qyes_or_no_p_history;