diff src/lisp.h @ 3379:b544987e2eca

[xemacs-hg @ 2006-05-06 08:09:35 by aidan] Fix the win32 build following my lib-src/DOC format changes.
author aidan
date Sat, 06 May 2006 08:09:37 +0000
parents 2f13ae1532db
children b03fc4eae965
line wrap: on
line diff
--- a/src/lisp.h	Fri May 05 21:51:13 2006 +0000
+++ b/src/lisp.h	Sat May 06 08:09:37 2006 +0000
@@ -2676,6 +2676,8 @@
   struct lrecord_header lheader;
   short min_args;
   short max_args;
+  /* #### We should make these const Ascbyte * or const Ibyte *, not const
+     char *. */
   const char *prompt;
   const char *doc;
   const char *name;